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