dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3f41c8c96e27600924aaefa6b205442159bc05f9
parent 3e20e28d5c9e7be86a2134be6faa4bb09e1ecf69
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Jul 2019 13:57:22 +0200

Use vuescan from AUR, fix indentation in watch.sh

Diffstat:
R.local/bin/vuescan -> .local/bin/vuescan-manual | 0
M.local/bin/watch.sh | 10+++++-----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.local/bin/vuescan b/.local/bin/vuescan-manual diff --git a/.local/bin/watch.sh b/.local/bin/watch.sh @@ -61,9 +61,9 @@ if [ $# -lt 1 ]; then fi while : ; do - clear - printf "%s" "Every ${waitsecs}s: $*" - printf "\t %s\n" "$(hostname): $(date)" - "$@" - sleep "$waitsecs" + clear + printf "%s" "Every ${waitsecs}s: $*" + printf "\t %s\n" "$(hostname): $(date)" + "$@" + sleep "$waitsecs" done