summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-01-12 19:45:48 +0100
committerFlorian Pritz <f-p@gmx.at>2009-01-12 19:45:48 +0100
commit323816ffd1e4d78ba5ac596de5f6c36b48c31434 (patch)
tree222f32f6f394aa04ab7ed6a34539cd425b4f67d7 /python
parent2c6e3fddb3d0a3a95afd395c16f119def05e2a28 (diff)
downloadbin-323816ffd1e4d78ba5ac596de5f6c36b48c31434.tar.gz
bin-323816ffd1e4d78ba5ac596de5f6c36b48c31434.tar.xz
forgot to commit for some time... :(
Diffstat (limited to 'python')
-rw-r--r--python/1.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/1.py b/python/1.py
new file mode 100644
index 0000000..968fc70
--- /dev/null
+++ b/python/1.py
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+
+import sys
+
+action = sys.stdin.read()
+action = action "blub"
+print action