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

Revision 514, 244 bytes checked in by jdalbey, 6 years ago (diff)

Add mkunifiedloggerzip.sh script

  • 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
7echo "Packaging completed"
Note: See TracBrowser for help on using the repository browser.