source: tmcsimulator/trunk/bin/mkunifiedloggerzip.sh @ 688

Revision 688, 331 bytes checked in by jdalbey, 4 years ago (diff)

Add config dir to dev startup scripts

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# Package the unified logger service for deployment
3# Execute this script from the bin folder
4
5zip -r -j ../webapps/unifiedlogger.zip ../src/python/unifiedlogger/*.py
6chmod +x ../webapps/unifiedlogger.zip
7cp ../webapps/unifiedlogger.zip ../deploy
8
9echo "unifiedlogger.zip created in webapps folder and deploy folder."
10
Note: See TracBrowser for help on using the repository browser.