Javi

watch.sh

Sep 5th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2. ARGS="${@}"
  3. clear;
  4. while(true); do
  5. OUTPUT=`$ARGS`
  6. clear
  7. echo -e "${OUTPUT[@]}"
  8. sleep 3
  9. done
Add Comment
Please, Sign In to add comment