Rev | Author | Line No. | Line |
---|---|---|---|
3407 | kakl | 1 | #!/usr/bin/env bash |
2 | |||
3 | ssh -o StrictHostKeyChecking=no -p2223 -o BatchMode=yes meteor@meteor1.astrozor.cz "exit" |
||
4 | |||
5 | [[ "$?" -eq 0 ]] && exit 0 || exit 1 |
Rev | Author | Line No. | Line |
---|---|---|---|
3407 | kakl | 1 | #!/usr/bin/env bash |
2 | |||
3 | ssh -o StrictHostKeyChecking=no -p2223 -o BatchMode=yes meteor@meteor1.astrozor.cz "exit" |
||
4 | |||
5 | [[ "$?" -eq 0 ]] && exit 0 || exit 1 |