source:
tmcsimulator/trunk/bin/mkunifiedloggerzip.sh
@
514
| Revision 514, 244 bytes checked in by jdalbey, 6 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | # Package the unified logger service for deployment |
| 3 | # Execute this script from the bin folder |
| 4 | |
| 5 | zip -r -j ../webapps/unifiedlogger.zip ../src/python/unifiedlogger/*.py |
| 6 | chmod +x ../webapps/unifiedlogger.zip |
| 7 | echo "Packaging completed" |
Note: See TracBrowser
for help on using the repository browser.
