scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

gotify-send.sh (140B)


      1 #!/bin/bash
      2 
      3 curl "https://gotify.andrew.selfhost.imbue.com/message?token=$GOTIFY_BASH_TOKEN" -F "title=$1" -F "message=$2" -F "priority=5"