merge
This commit is contained in:
10
alpine/ass
Executable file
10
alpine/ass
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
hosts_file="/mnt/encrypted_volume/${HOSTS_FILE:-hosts.txt}"
|
||||
|
||||
cmd="$*"
|
||||
|
||||
echo "Running on hosts: $cmd"
|
||||
|
||||
pssh -h "$hosts_file" "$cmd"
|
||||
|
||||
Reference in New Issue
Block a user