Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created June 29, 2012 09:09
Show Gist options
  • Save trapd00r/3016839 to your computer and use it in GitHub Desktop.
Save trapd00r/3016839 to your computer and use it in GitHub Desktop.
... once every 3s
export PERIODIC=3
periodic() { perl -e ' printf "\e]10;#%06x\a\e]12;#%06x\a\e]11;#%06x\a", int rand 256**3, 255*255*int rand 255, (12, 16, 20, 32, 48)[int rand 5]' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment