~andrebask/cometsound/cometsound

« back to all changes in this revision

Viewing changes to cometsound

  • Committer: Andrea Bernardini
  • Date: 2012-07-21 16:16:25 UTC
  • mfrom: (221.3.4)
  • Revision ID: git-v1:c573a671d5a2cca165bf53793cd25fd2eb1e3b4e
-

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
echo "Usage: cometsound [Directory|Filelist]"
 
3
COMETSOUND_DIR=$PWD
 
4
export COMETSOUND_DIR
 
5
cd /usr/share/cometsound
 
6
env python CometSound.py "$@"