Skip to content

Instantly share code, notes, and snippets.

@lucasw
Last active December 12, 2019 20:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasw/33aedd6d1822bd17bb14235d25adfa31 to your computer and use it in GitHub Desktop.
Save lucasw/33aedd6d1822bd17bb14235d25adfa31 to your computer and use it in GitHub Desktop.
linux_ubuntu_misc.md

Simple chat across terminals

The recipient:

$ tty
/dev/pts/15

The sender:

echo "test" > /dev/pts/15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment