Skip to content

Releases: remanifest/s-ul-curl-uploader

v1.0.1

08 Oct 20:49
Compare
Choose a tag to compare

Updated the script to make it shell-agnostic. Instead of pointing to /bin/bash, it now points to /bin/sh, which may be symlinked to any shell of the user's choosing.

v1.0.0

06 Dec 22:23
Compare
Choose a tag to compare

Simple bash script for uploading files to your Seion Upload (s-ul.eu) account. Requires cURL and jq.

Includes logic checks to ensure:

  • An API key was added to the script
  • The dependencies (cURL and jq) are installed
  • A file (or files) was provided for upload
  • The file isn't too big to be uploaded to s-ul.eu
  • That the file was uploaded

Returns:

  • URL of the uploaded file
  • If it's an image file, a thumbnail URL
  • A delete link for removing the file from s-ul.eu