final meat commit for now
This commit is contained in:
parent
0de0a3898a
commit
ee1eee39ae
3 changed files with 9 additions and 6 deletions
|
@ -5,7 +5,7 @@ shift
|
|||
|
||||
cd $FLAKE
|
||||
|
||||
printf "MEAT v0.0.1\n"
|
||||
printf "\n--- MEAT ---------------------------------------------\n"
|
||||
|
||||
case $cmd in
|
||||
|
||||
|
@ -29,6 +29,10 @@ case $cmd in
|
|||
fi
|
||||
;;
|
||||
|
||||
gut)
|
||||
nh clean all $@
|
||||
;;
|
||||
|
||||
yum)
|
||||
nh os switch -- $@
|
||||
;;
|
||||
|
@ -43,12 +47,11 @@ case $cmd in
|
|||
|
||||
help|*)
|
||||
printf "
|
||||
--- MEAT ---------------------------------------------
|
||||
|
||||
FRESH \t\t| GET LATEST MEAT
|
||||
YUM \t\t| CONSUME DELICIOUS MEAT
|
||||
COOK \t\t| ONLY PREPARE MEAT
|
||||
POKE \t\t| TRY COOK SUSPICIOUS MEAT
|
||||
GUT \t\t| CLEAN MEAT
|
||||
LOOK \t\t| INSPECT MEATS
|
||||
|
||||
------------------------------------------------------\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue