Changeset 50
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/backup.sh
r46 r50 1 1 #!/bin/sh 2 cd `dirname $0`/.. 2 3 php www/shell.php BackupCreateAll 3 4 -
trunk/bin/start.sh
r46 r50 1 1 #!/bin/sh 2 cd `dirname $0`/.. 2 3 php www/shell.php ServerStartAll 3 4 bin/task_process.sh& -
trunk/bin/task_process.sh
r46 r50 1 1 #!/bin/sh 2 cd `dirname $0`/.. 2 3 php www/shell.php TaskProcess 3 4
Note:
See TracChangeset
for help on using the changeset viewer.