Project

General

Profile

Statistics
| Revision:

root / trunk / swipe / tooltron.sh @ 295

History | View | Annotate | Download (121 Bytes)

1
#!/bin/bash
2

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

    
7
/usr/sbin/runtron.sh &
8

    
9
echo "started tooltron server script"
10