From f7d46a4a3dd3621a000b1bba0135cd5d11b27db4 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 28 Nov 2022 15:34:25 -0800 Subject: [PATCH] :memo: Added ntfy script and made note of sherlock-git --- scripts/ntfy | 6 ++++++ updates.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 scripts/ntfy 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