Rev Author Line No. Line
2730 toxygen 1 #!/usr/bin/env bash
2  
2787 toxygen 3 ssh -o StrictHostKeyChecking=no -o BatchMode=yes meteor@neptun.avc-cvut.cz "exit"
2730 toxygen 4  
5 [[ "$?" -eq 0 ]] && exit 0 || exit 1