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
d03f2cdab6
server
/
process
/
orders-accept
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
make orders-accept use mutt to send email, fix encoding
2018-06-03 21:02:59 +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)
make orders-accept use mutt to send email, fix encoding
2018-06-03 21:02:59 +02:00
python accept-orders.py "$@"
add the real orders-accept script
2016-02-11 11:08:51 +01:00