source:
trunk/src/testing/bin/appLauncher/GO
@
4
Revision 4, 190 bytes checked in by ajaworski, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | |
4 | cd $SAGE_DIRECTORY/bin/appLauncher |
5 | |
6 | echo "Killing previous instances..." |
7 | python KILL_LAUNCHER.py |
8 | |
9 | echo "Starting a new server..." |
10 | python appLauncher.py -a $HOST & |
11 | |
12 | echo "Done." |
13 |
Note: See TracBrowser
for help on using the repository browser.