Skip to content

Instantly share code, notes, and snippets.

@RGBD
Created October 29, 2017 23:03
Show Gist options
  • Save RGBD/c1036121bce4ba59391a4176ca9b5b2a to your computer and use it in GitHub Desktop.
Save RGBD/c1036121bce4ba59391a4176ca9b5b2a to your computer and use it in GitHub Desktop.
#!/bin/bash
message() {
date -Is
hostname
whoami
who
ip addr
}
while true; do
message | nc -l -p 8000 -N
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment