<<<<<<< HEAD # ntfy-playgroung Playing with https://ntfy.sh/ ||||||| (empty tree) ======= # Notifications Playground Playing with https://ntfy.sh/ ```shell curl \ -H "Title: Unauthorized access detected" \ -H "Priority: urgent" \ -H "Tags: warning,skull,poop" \ -d "Hi, from $(hostname)" \ ntfy.sh/farts ``` >>>>>>> e8afe85 (initial commit: silly simple notifications pub/sub with ntfy.sh)