11
0
Fork 0
mirror of http://git.sublab.org/mjpegplexer/ synced 2025-07-05 15:16:15 +02:00

server: Save form information to storage dir

This commit is contained in:
Christian Franke 2014-03-19 15:28:48 +01:00 committed by untersuchung
parent ee89eb7fd4
commit 47685493bc
2 changed files with 36 additions and 0 deletions

7
preprint/run.py Executable file
View file

@ -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]])