📝 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue