Skip to content

Instantly share code, notes, and snippets.

@variablenix
Created April 24, 2015 05:51
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 variablenix/ab6f7bd2b4b80d1ae20b to your computer and use it in GitHub Desktop.
Save variablenix/ab6f7bd2b4b80d1ae20b to your computer and use it in GitHub Desktop.
script for GeekTool to call Python Glances script
#!/usr/bin/env bash
BIN=$(command -v glances)
"$BIN"
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment