5 lines
65 B
Bash
5 lines
65 B
Bash
|
if [ -f "/root/usb/Tester" ]; then
|
||
|
sleep 5
|
||
|
/root/usb/Tester &
|
||
|
fi
|