1 2 3 4 5 6 7
#!/bin/bash JOBSERVER=$1 while true; do source <(ssh $JOBSERVER cat .ktestrc bin/_test-git-branch.sh) done