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