final meat commit for now

This commit is contained in:
atagen 2024-08-20 13:20:46 +10:00
parent 0de0a3898a
commit ee1eee39ae
3 changed files with 9 additions and 6 deletions

View file

@ -132,7 +132,7 @@
"flake": false,
"locked": {
"lastModified": 1,
"narHash": "sha256-umGkS7ykeYKQYf5D1Eixm7mq/8BJ3QFqyL8RS0Ab+DY=",
"narHash": "sha256-xV3iIF7/Y5wG62wRx6/VBYwSTxk0Tj772aqoeJ+pZ5A=",
"path": "src",
"type": "path"
},

View file

@ -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"