source: trunk/scripts/access/runxall @ 6

Revision 6, 149 bytes checked in by ajaworski, 13 years ago (diff)

Added scripts from tile machine

  • Property svn:executable set to *
Line 
1for i in `cat ~/bin/tiles_list`
2do
3        echo $i | grep "^#" > /dev/null 2> /dev/null
4        if [ $? != "0" ]
5        then
6                ssh -f $i '/home/pcss/bin/run_X'
7        fi
8done
Note: See TracBrowser for help on using the repository browser.