This website requires JavaScript.
Explore
Help
Sign In
Marc
/
server
forked from
github/server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4edff66e61
server
/
process
/
orders-process
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
convert orders-process to use mutt update install process.
2018-06-03 21:23:13 +02:00
#!/bin/sh
fix orders script running from install directory
2018-06-05 21:14:02 +02:00
SCRIPT=$(readlink -f $0)
cd $(dirname $SCRIPT)
convert orders-process to use mutt update install process.
2018-06-03 21:23:13 +02:00
python process-orders.py "$@"
order processing and other scripts
2014-04-27 03:03:14 +02:00