feat(ayo): update macos vs script to indicate width & height; add script to kill macos vm
This commit is contained in:
parent
6f65748b94
commit
1cb64f0cf2
2 changed files with 4 additions and 2 deletions
5
ayo.sh
5
ayo.sh
|
@ -13,7 +13,10 @@ case $1 in
|
||||||
## SCRIPTS
|
## SCRIPTS
|
||||||
|
|
||||||
m | mac)
|
m | mac)
|
||||||
quickemu --vm macos-monterey.conf
|
quickemu --vm macos-monterey.conf --width 1920 --height 1080
|
||||||
|
;;
|
||||||
|
ms)
|
||||||
|
quickemu --vm macos-monterey.conf --kill
|
||||||
;;
|
;;
|
||||||
j | journal)
|
j | journal)
|
||||||
. ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5
|
. ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5
|
||||||
|
|
|
@ -7,7 +7,6 @@ command=$1
|
||||||
journal_dir="${notes_dir}/Journal"
|
journal_dir="${notes_dir}/Journal"
|
||||||
month_dir=$(date +"%m %b")
|
month_dir=$(date +"%m %b")
|
||||||
|
|
||||||
|
|
||||||
if [ "$1" = "sync" ]; then
|
if [ "$1" = "sync" ]; then
|
||||||
{
|
{
|
||||||
path="${notes_dir}/"
|
path="${notes_dir}/"
|
||||||
|
|
Loading…
Reference in a new issue