diff options
author | Christian Franke <nobody@nowhere.ws> | 2014-03-19 15:28:48 +0100 |
---|---|---|
committer | untersuchung <untersuchung@nexus-flat.(none)> | 2014-03-19 15:28:48 +0100 |
commit | 47685493bc961f0186bab00b24eaf7367468af06 (patch) | |
tree | d6b5ea8ca97986e42d8a5faa587959de96032f00 /preprint | |
parent | ee89eb7fd44f22a3685b9cfac7eadcb8af0142be (diff) |
server: Save form information to storage dir
Diffstat (limited to 'preprint')
-rwxr-xr-x | preprint/run.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/preprint/run.py b/preprint/run.py new file mode 100755 index 0000000..eeec19c --- /dev/null +++ b/preprint/run.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +import subprocess +import sys + +print 'Das ist preprint!!1elf' +subprocess.call(['logger', 'would print %s' % sys.argv[1]]) |