40scripts/util.sh

5 lines
109 B
Bash
Executable File

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