modified: usr/sbin/arch-qemu-install

modified:   usr/sbin/basha
This commit is contained in:
dangerboot
2026-03-10 19:16:17 +01:00
parent e5454e6522
commit aeb2f0c167
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/bash
if [ "$#" -lt 1 ] || [ "$#" -gt 1 ]; then
if [ "$#" -lt 1 ] ; then
echo "Usage: $0 alias"
exit 1
fi