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