]> git.armaanb.net Git - bin.git/blobdiff - 0x0
0x0, system-setup: delete scripts
[bin.git] / 0x0
diff --git a/0x0 b/0x0
deleted file mode 100755 (executable)
index dee68b3..0000000
--- a/0x0
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-# Makes interacting with the 0x0.st service easy. Just pipe command output
-# into 0x0 or point $0 to a file
-
-input="-"
-
-if [[ -n $1 ]]; then
-  input=$1
-fi
-
-curl -F "file=@${input}" https://0x0.st