Last change
on this file since 1155 was
1155,
checked in by goya, 11 years ago
|
Obsolete
|
-
Property svn:executable set to
*
|
File size:
310 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "Obsolete"; |
---|
4 | |
---|
5 | exit; |
---|
6 | echo Parse commission |
---|
7 | echo > /tmp/load_commission.log |
---|
8 | cd batch/commission/ |
---|
9 | bash compute_commission.sh |
---|
10 | cd - |
---|
11 | while ls batch/commission/out | grep [a-z] > /dev/null ; |
---|
12 | do |
---|
13 | php symfony cc --env=test --app=frontend |
---|
14 | php symfony load:Commission >> /tmp/load_commission.log |
---|
15 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.