feat: add catch-all & report command not found
This commit is contained in:
parent
5ad8921578
commit
ad2e58931f
1 changed files with 3 additions and 0 deletions
3
ayo.sh
3
ayo.sh
|
|
@ -111,5 +111,8 @@ case $1 in
|
||||||
ms)
|
ms)
|
||||||
quickemu --vm ${HOME}/macos-monterey.conf --kill
|
quickemu --vm ${HOME}/macos-monterey.conf --kill
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo "Command not found"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue