zsh,vm-list,karabiner,ghostty
This commit is contained in:
10
config/macos/bin/work
Executable file
10
config/macos/bin/work
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# Usage: work <vm>
|
||||
vm="$1"
|
||||
if [ -z "$vm" ]; then
|
||||
echo "Usage: work <vm>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec vm "${vm}-orb"
|
||||
|
||||
Reference in New Issue
Block a user