Skip to content

Instantly share code, notes, and snippets.

@vodolaz095
Created December 4, 2016 09:58
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 vodolaz095/db14f53df00f77abc5a6c13b4d3aae6c to your computer and use it in GitHub Desktop.
Save vodolaz095/db14f53df00f77abc5a6c13b4d3aae6c to your computer and use it in GitHub Desktop.
Send message to users desctop using notify-send from remote console via SSH
#!/bin/bash
DISPLAY=:0.0 /bin/notify-send "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment