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

Consider giving Nix/NixOS a try! <3