source: trunk/bin/start.sh

Last change on this file was 50, checked in by george, 15 years ago
  • Opraveno: Podpora pro spouštění skriptů z neurčených složek a vlastní nastavení pracovního adresáře dle umístění skriptů.
  • Property svn:executable set to *
File size: 84 bytes
Line 
1#!/bin/sh
2cd `dirname $0`/..
3php www/shell.php ServerStartAll
4bin/task_process.sh&
5
Note: See TracBrowser for help on using the repository browser.