Skip to content

Instantly share code, notes, and snippets.

@aleskar
aleskar / bashfu.MD
Last active August 13, 2018 02:00
interesting bash commands

Run a popup message

DISPLAY=$DISPLAY xmessage call the client

Run popup at a specific time

echo "DISPLAY=$DISPLAY xmessage call the client" | at midnight
echo "DISPLAY=$DISPLAY xmessage call the client" | at 23:59