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