solo1/tools/test_sw_token.sh

9 wiersze
107 B
Bash

#!/bin/bash
./main
while [ $? == 100 ] ; do
echo "Restarting software authentictor."
./main
done