Mercurial > parpg-core
annotate bin/unix/parpg.in @ 3:f0dee4d5d4b5
Commit test
author | Corey Richardson <kb1pkl@aim.com> |
---|---|
date | Sat, 21 May 2011 02:44:24 -0400 |
parents | e2a8e3805b04 |
children |
rev | line source |
---|---|
0
1fd2201f5c36
Initial commit of parpg-core.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
1 #!/bin/sh |
1fd2201f5c36
Initial commit of parpg-core.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
2 |
2
e2a8e3805b04
Made parpg-core the main repository to pull from and build.
M. George Hansen <technopolitica@gmail.com>
parents:
0
diff
changeset
|
3 export PYTHONPATH="$PYTHONPATH:@PY_LIB_DIR@" |
e2a8e3805b04
Made parpg-core the main repository to pull from and build.
M. George Hansen <technopolitica@gmail.com>
parents:
0
diff
changeset
|
4 @PYTHON@ -m "parpg.main" "@SYS_CONF_DIR@" |
0
1fd2201f5c36
Initial commit of parpg-core.
M. George Hansen <technopolitica@gmail.com>
parents:
diff
changeset
|
5 |