diff --git a/scripts/ntfy b/scripts/ntfy new file mode 100755 index 00000000..61785cd8 --- /dev/null +++ b/scripts/ntfy @@ -0,0 +1,6 @@ +#!/bin/bash +# https://docs.ntfy.sh/ + +read -e -r -p "enter topic name: " instance ; +read -e -r -p "enter your message: " message; +curl -d "${message}" ntfy.sh/"$instance" diff --git a/updates.txt b/updates.txt index f4cc8170..ec2e039a 100644 --- a/updates.txt +++ b/updates.txt @@ -190,4 +190,4 @@ Install slop and gifsicle and libimage-exiftool-perl and rebuild-detector and ke doas pacman -S slop gifsicle libimage-exiftool-perl rebuild-detector keynav dvtm lowdown inotify-tools -paru dtach +paru dtach sherlock-git