aboutsummaryrefslogtreecommitdiffstats
path: root/pomf
diff options
context:
space:
mode:
Diffstat (limited to 'pomf')
-rwxr-xr-xpomf7
1 files changed, 0 insertions, 7 deletions
diff --git a/pomf b/pomf
deleted file mode 100755
index 9c2e26d..0000000
--- a/pomf
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-set -o errexit
-
-upload=$(curl -sf -F "files[]=@\"$1\"" https://pomf.se/upload.php)
-geturl=$(jshon -e files -e 0 -e url -u <<< $upload)
-printf "%s/%s\n" "https://a.pomf.se" "$geturl"