Mercurial > hg > cc > cirrus_work
annotate bin/sort_date.sh @ 137:09019621f790
importing in __init__ causes problems
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sat, 30 Sep 2023 14:11:49 +0100 |
parents | |
children |
rev | line source |
---|---|
137
09019621f790
importing in __init__ causes problems
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
1 #!/bin/bash |
09019621f790
importing in __init__ causes problems
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
2 export PYTHONPATH=$PYTHONPATH:/work/dc007/dc007/hst/lib/python/cc |
09019621f790
importing in __init__ causes problems
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
3 python3 -m lmh.sort_date "$@" |