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