added install script and readme draft to docsmg

This commit is contained in:
ObamaTheLlama114
2024-07-26 16:19:49 -05:00
parent e5b7d51f4f
commit 47ec3151db
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#!/bin/bash
_completions () {
if [[ -z "${MIGRATE_PATH}" ]];
then MIGRATE_PATH="./";
@ -20,4 +18,4 @@ _completions () {
done
}
complete -o nospace -o filenames -F _completions m.bash
complete -o nospace -o filenames -F _completions map