Project

General

Profile

Statistics
| Revision:

root / trunk / swipe / tooltron.sh @ 300

History | View | Annotate | Download (133 Bytes)

1 295 rc99
#!/bin/bash
2
3
echo ""
4
echo "starting tooltron..."
5
echo ""
6
7 296 rc99
screen -S tooltron /usr/sbin/runtron.sh &
8 295 rc99
9 296 rc99
echo "started tooltron screen"