feat: new command to launch macOS

This commit is contained in:
Ayo Ayco 2025-06-22 17:22:26 +02:00
parent 098f12f497
commit e3ce056100

3
ayo.sh
View file

@ -12,6 +12,9 @@ case $1 in
## SCRIPTS
m | mac)
quickemu --vm macos-monterey.conf
;;
j | journal)
. ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5
;;