/Designs/Measuring_instruments/RMDS01A/SW/Tools/test.sh
1,5 → 1,5
#!/usr/bin/env bash
 
ssh -o "BatchMode yes" meteor@neptun.avc-cvut.cz "exit"
ssh -o StrictHostKeyChecking=no -o BatchMode=yes meteor@neptun.avc-cvut.cz "exit"
 
[[ "$?" -eq 0 ]] && exit 0 || exit 1