mitogen/st.py

5 lines
80 B
Python

def try_something_silly(name):
file('/tmp/foo', 'w').write("hello " + name)