From 9b19480228d8421c3987a634a602012c953a993e Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 07:48:16 +0200 Subject: Add some scripts --- dotfiles/scripts/watch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 dotfiles/scripts/watch (limited to 'dotfiles/scripts/watch') diff --git a/dotfiles/scripts/watch b/dotfiles/scripts/watch new file mode 100755 index 0000000..b40c0af --- /dev/null +++ b/dotfiles/scripts/watch @@ -0,0 +1,12 @@ +#!/bin/bash +command=$@ + +clear + +while true +do + eval "$command" + sleep 1 + echo -n -e "$clearline" + clear +done -- cgit v1.2.1