From bc8dc62ca1f77ce8a2a6167b4fce84d8817038c6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 16 Jun 2021 12:07:33 +0200 Subject: [PATCH] Add experimental external script --- pubspace.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pubspace.sh diff --git a/pubspace.sh b/pubspace.sh new file mode 100644 index 0000000..c2884ac --- /dev/null +++ b/pubspace.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +/usr/bin/curl \ + -H "Content-Type: application/json" \ + -X GET \ + -d '{"username":"xyz","password":"xyz"}' \ + https://publish.lumbung.space