source:
cpc/trunk/project/bin/tag_seance
@
1316
Last change on this file since 1316 was 889, checked in by , 12 years ago | |
---|---|
|
|
File size: 215 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | echo Tag Séances |
4 | echo > /tmp/tag_seance.log |
5 | php symfony cc --env=test --app=frontend |
6 | while ! php symfony tag:Seance >> /tmp/tag_seance.log ; do |
7 | php symfony cc --env=test --app=frontend |
8 | done; |
Note: See TracBrowser
for help on using the repository browser.