summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..d080658
--- /dev/null
+++ b/build
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+curl -X POST -H "Content-Type: application/json" http://localhost:9000/api/submit \
+ -d "{\"url\": \"$1\"}"