You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QnetGateway/qndvrptr.sh

11 lines
114 B

#!/bin/bash
while [ 1 ];
do
/usr/local/bin/qndvrptr /usr/local/etc/qn.cfg
sleep 10
done
exit 0

Powered by TurnKey Linux.