xrsh shellscript: improved ssl arg position
Some checks failed
/ mirror_to_github (push) Failing after 3m0s
/ test (push) Successful in 12s

This commit is contained in:
Leon van Kammen 2025-04-03 09:58:03 +02:00
parent b7bdbd74bc
commit 819240c1b1
2 changed files with 1 additions and 1 deletions

2
xrsh
View file

@ -49,7 +49,7 @@ keyboard(){
}
# launch!
test -n "$1" || { echo "usage: xrsh [--keyboard] [--ssl] [--kill]"; exit; }
test -n "$1" || { echo "usage: xrsh [--ssl] [--keyboard] [--kill]"; exit; }
for arg in $*; do
case $arg in
--kill) pkill -P $(cat $PROCFILE); exit ;;

BIN
xrsh.com

Binary file not shown.