Skip to content
Snippets Groups Projects
Commit 1e912443 authored by nimrod's avatar nimrod
Browse files

Spammer.

Spamer script, desktop file and symlink for autostart.
parent 37929c8f
No related branches found
No related tags found
No related merge requests found
../../.local/share/applications/spammer.desktop
\ No newline at end of file
[Desktop Entry]
Name[en_US]=Spammer
Comment[en_US]=Spam Nimrod
Exec=/home/nimrod/Documents/bin/spammer
Icon=internet-chat-symbolic.svg
X-GNOME-Autostart-enabled=true
Type=Application
NoDisplay=true
#!/bin/sh
set -eu
while true
do
# Backoff in case of an error.
if ! notify-send \
--urgency low \
--hint "string:desktop-entry:spammer" \
"$(curl --silent https://patchbay.pub/pubsub/1446c969-9a54-4b5b-83e0-bf88f22f289d)"
then
sleep 1
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment