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:
parent
ee89eb7fd4
commit
47685493bc
2 changed files with 36 additions and 0 deletions
7
preprint/run.py
Executable file
7
preprint/run.py
Executable 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]])
|
Loading…
Add table
Add a link
Reference in a new issue