This repository has been archived on 2021-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
pubspace/pubspace.sh

10 lines
155 B
Bash

#!/bin/bash
FILE="$1"
/usr/bin/curl \
-H "Content-Type: application/json" \
-X GET \
-d "{\"file\":\"${FILE}\"}" \
https://publish.lumbung.space