feat: new command to launch macOS
This commit is contained in:
parent
098f12f497
commit
e3ce056100
1 changed files with 3 additions and 0 deletions
3
ayo.sh
3
ayo.sh
|
@ -12,6 +12,9 @@ case $1 in
|
||||||
|
|
||||||
## SCRIPTS
|
## SCRIPTS
|
||||||
|
|
||||||
|
m | mac)
|
||||||
|
quickemu --vm macos-monterey.conf
|
||||||
|
;;
|
||||||
j | journal)
|
j | journal)
|
||||||
. ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5
|
. ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue