summaryrefslogtreecommitdiff
path: root/preprint/run.py
blob: eeec19ce74541ee0c02f36e8c75b7ff5d404fd97 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

import subprocess
import sys

print 'Das ist preprint!!1elf'
subprocess.call(['logger', 'would print %s' % sys.argv[1]])