Login
Preferences
Help
About Trac
Search
Search:
About
News
Contact
Wiki
Browse Source
Downloads
Context Navigation
← Previous Revision
Latest Revision
Next Revision →
Annotate
Revision Log
source:
trunk
/
src
/
testing
/
app
/
VRA
/
bin
/
KILL_VRA
@
4
View revision:
Visit:
trunk
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
3
for node in `cat .nodes`
4
do
5
ssh -fx $node "killall -9 VRA VRA_UI"
6
done
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats:
Plain Text
Original Format