5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
MACHINE=$1
|
||
|
shift 1
|
||
|
|
||
|
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
|