#!/bin/sh set -- -t -o ServerAliveInterval=15 "$@" cmd='exec screen -dRU' exec sshloop "$@" "$cmd"