Add .gitignore and minimal driver shell script.

This commit is contained in:
Cat's Eye Technologies 2011-12-09 13:59:54 -06:00
parent 2c8dba2450
commit 5392f4c2d4
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pyc

3
bin/ophis Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
python $HOME/checkout/git/Ophis/src/ophismain.py $*