Files
cc/alpine/rex
2025-08-10 17:43:04 -03:00

9 lines
84 B
Bash
Executable File

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