summaryrefslogtreecommitdiff
path: root/upload
diff options
context:
space:
mode:
Diffstat (limited to 'upload')
-rwxr-xr-xupload9
1 files changed, 9 insertions, 0 deletions
diff --git a/upload b/upload
new file mode 100755
index 0000000..4ac83e3
--- /dev/null
+++ b/upload
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+
+echo 'Content-Type: text/plain'
+echo
+echo Thanks.
+cat > multipart
+./upload.py
+