solo1/tools/test_sw_token.sh

9 wiersze
107 B
Bash
Czysty Zwykły widok Historia

2019-03-03 23:43:14 +00:00
#!/bin/bash
./main
while [ $? == 100 ] ; do
echo "Restarting software authentictor."
./main
done