xrsh shellscript: improved ssl arg position
This commit is contained in:
parent
b7bdbd74bc
commit
819240c1b1
2 changed files with 1 additions and 1 deletions
2
xrsh
2
xrsh
|
@ -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
BIN
xrsh.com
Binary file not shown.
Loading…
Add table
Reference in a new issue