summaryrefslogtreecommitdiff
path: root/bin/up
diff options
context:
space:
mode:
Diffstat (limited to 'bin/up')
-rwxr-xr-xbin/up10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/up b/bin/up
deleted file mode 100755
index 7d68980..0000000
--- a/bin/up
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# up.khirnov.net 0x0 instance
-if [ "$1" ]; then
- fpath=$1
-else
- fpath="-"
-fi
-
-url=$(curl -sS -E ~/.local/var/up/cert -F "file=@${fpath}" "https://up.khirnov.net/")
-[ "${url}" ] && echo "${url}"