mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
changes 4
This commit is contained in:
@ -16,7 +16,7 @@ while getopts ":hr:" arg; do
|
||||
r)
|
||||
remote=1
|
||||
host=$OPTARG
|
||||
hostname=echo $host|cut -d: -f1
|
||||
hostname=$(echo $host|cut -d: -f1)
|
||||
;;
|
||||
h|*) help=1
|
||||
;;
|
||||
|
Reference in New Issue
Block a user