aboutsummaryrefslogtreecommitdiffstats
path: root/service/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/upload.sh')
-rw-r--r--service/upload.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/service/upload.sh b/service/upload.sh
new file mode 100644
index 0000000..0cd6b4d
--- /dev/null
+++ b/service/upload.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# ..LoOKs lIKe i DRopPeD mY l33T uPLoAd ScRipT, oH NoOo!
+
+filename=$1
+remote=$2
+
+(
+ echo "upload"
+ cat $filename | wc -c
+ cat $filename
+ echo "coolest stl evar!"
+ cat
+) | nc $remote 9090