source: trunk/src/testing/app/VRA/bin/KILL_VRA @ 4

Revision 4, 90 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3for node in `cat .nodes`
4do
5        ssh -fx $node "killall -9 VRA VRA_UI"
6done
Note: See TracBrowser for help on using the repository browser.