From 2e144b6f0be18596a51028302b29c4837ab56590 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Fri, 7 Apr 2017 20:51:56 +0200 Subject: Add scripts for task management and a better watch command --- scripts/.scripts/watch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scripts/.scripts/watch (limited to 'scripts/.scripts/watch') diff --git a/scripts/.scripts/watch b/scripts/.scripts/watch new file mode 100755 index 0000000..b40c0af --- /dev/null +++ b/scripts/.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