40scripts/util.sh
2023-03-11 21:07:32 +01:00

5 lines
109 B
Bash

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