Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@joejag
Created April 22, 2020 10:04
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 joejag/ad9d11661974a3ffbf135cb82bb25988 to your computer and use it in GitHub Desktop.
Save joejag/ad9d11661974a3ffbf135cb82bb25988 to your computer and use it in GitHub Desktop.
Run with ./watch.sh <your normal command>
#!/bin/bash
while true; do
clear
date
$*
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment