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