From 22d7c8bb5a05ee0f543d418362495520358e601e Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 25 Jul 2024 08:36:30 +0200 Subject: initial commit --- watch.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 watch.sh (limited to 'watch.sh') diff --git a/watch.sh b/watch.sh new file mode 100755 index 0000000..ba5c1b9 --- /dev/null +++ b/watch.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +sleeptime=${1-10} + +while true; do + ./build.sh + sleep "$sleeptime" +done -- cgit 1.4.1