Skip to content

Instantly share code, notes, and snippets.

@niltonvasques
Created October 13, 2016 04:01
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 niltonvasques/c57e56177874dc0f6f4fa58b499fb4c9 to your computer and use it in GitHub Desktop.
Save niltonvasques/c57e56177874dc0f6f4fa58b499fb4c9 to your computer and use it in GitHub Desktop.
A script to manage XP programming sessions between coders.
#!/bin/bash
while true; do
sleep 20m
xmessage -buttons OK:0 -default OK -nearmouse "SESSION IS OVER!!!" -timeout 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment