Files
40scripts/util.sh
T
2023-03-14 01:09:32 +01:00

5 lines
109 B
Bash
Executable File

#!/bin/sh
# -o StrictHostKeyChecking=no
run_ssh_script() { printf "%s" "${1}" | ssh $ssh_opts $ssh_host; }