Skip to content

Instantly share code, notes, and snippets.

@egustafson
Created March 25, 2014 14:23
Show Gist options
  • Save egustafson/9762888 to your computer and use it in GitHub Desktop.
Save egustafson/9762888 to your computer and use it in GitHub Desktop.
updating command
#!/bin/bash
while `/bin/true`; do (clear; updating-command | grepping-command); date; sleep 60; done
## ##########
while `/bin/true`; do
(clear; updating-command | grepping-command)
date
sleep 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment