Files
cc/alpine/rex
2025-08-16 15:23:38 +02:00

9 lines
89 B
Bash
Executable File

#!/bin/bash
cmd="$*"
echo "Running on hosts: $cmd"
pssh -h "$hosts_file" -t 0 "$cmd"