Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nimrod
rcfiles
Commits
1e912443
Commit
1e912443
authored
Oct 24, 2020
by
nimrod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spammer.
Spamer script, desktop file and symlink for autostart.
parent
37929c8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
.config/autostart/spammer.desktop
.config/autostart/spammer.desktop
+1
-0
.local/share/applications/spammer.desktop
.local/share/applications/spammer.desktop
+8
-0
Documents/bin/spammer
Documents/bin/spammer
+14
-0
No files found.
.config/autostart/spammer.desktop
0 → 120000
View file @
1e912443
../../.local/share/applications/spammer.desktop
\ No newline at end of file
.local/share/applications/spammer.desktop
0 → 100644
View file @
1e912443
[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
Documents/bin/spammer
0 → 100755
View file @
1e912443
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment