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