add new bins

This commit is contained in:
2025-10-20 19:17:11 +02:00
parent 7aaf25ce85
commit 458847c4af
5 changed files with 182 additions and 0 deletions

10
config/shared/bin/work Executable file
View 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"