Project

General

Profile

Statistics
| Revision:

root / trunk / swipe / tooltron.sh @ 300

History | View | Annotate | Download (133 Bytes)

1
#!/bin/bash
2

    
3
echo ""
4
echo "starting tooltron..."
5
echo ""
6

    
7
screen -S tooltron /usr/sbin/runtron.sh &
8

    
9
echo "started tooltron screen"
10