about summary refs log tree commit diff
path: root/0x0
diff options
context:
space:
mode:
Diffstat (limited to '0x0')
-rwxr-xr-x0x012
1 files changed, 12 insertions, 0 deletions
diff --git a/0x0 b/0x0
new file mode 100755
index 0000000..7e767b6
--- /dev/null
+++ b/0x0
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+url="https://0x0.st"
+form="file=@"
+
+if [ -t 0 ] && [ -n "${1}" ]; then
+    form="${form}${1}"
+else
+    form="${form}-"
+fi
+
+curl --form "${form}" "${url}"

Consider giving Nix/NixOS a try! <3