source: tmcsimulator/trunk/src/python/unifiedlogger/package.sh @ 442

Revision 442, 154 bytes checked in by jdalbey, 7 years ago (diff)

minor formatting improvements to unified log monitor

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# Package the unified logger service for deployment
3
4zip -r ../../../deploy/unifiedlogger.zip *.py
5zenity --info --text="Packaging completed"
Note: See TracBrowser for help on using the repository browser.