Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/bin/backup.sh ¶
r46 r50 1 1 #!/bin/sh 2 cd `dirname $0`/.. 2 3 php www/shell.php BackupCreateAll 3 4 -
TabularUnified 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& -
TabularUnified 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.