Skip to content

Instantly share code, notes, and snippets.

@0xdade
Created March 21, 2020 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xdade/5cfc64e7ea4cd4ca5981e2f79d2e92da to your computer and use it in GitHub Desktop.
Save 0xdade/5cfc64e7ea4cd4ca5981e2f79d2e92da to your computer and use it in GitHub Desktop.
#!/bin/bash
mesg n
while :; do
while read -r line; do
echo $line
cat /dev/urandom | xxd | write $line 2>/dev/null &
done < <(w -hus | grep -v spammer | tr -s " " | cut -d' ' -f1,2)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment