40scripts/util.sh

5 lines
109 B
Bash
Raw Normal View History

2023-03-11 20:07:32 +00:00
#!/bin/sh
# -o StrictHostKeyChecking=no
run_ssh_script() { printf "%s" "${1}" | ssh $ssh_opts $ssh_host; }