source: trunk/src/testing/bin/appLauncher/GO @ 4

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

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3
4cd $SAGE_DIRECTORY/bin/appLauncher
5
6echo "Killing previous instances..."
7python KILL_LAUNCHER.py
8
9echo "Starting a new server..."
10python appLauncher.py -a $HOST &
11
12echo "Done."
13
Note: See TracBrowser for help on using the repository browser.