Files
cc/alpine/rex
2025-08-30 09:53:31 +02:00

9 lines
96 B
Bash
Executable File

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