📝 Added ntfy script and made note of sherlock-git
This commit is contained in:
parent
1e5af97121
commit
f7d46a4a3d
2 changed files with 7 additions and 1 deletions
6
scripts/ntfy
Executable file
6
scripts/ntfy
Executable file
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue