From fb67eb75846ad930b6ac719a52e5de87a0218fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 15 May 2019 16:40:10 +0200 Subject: function: drop dorepeat as I am no longer using it --- shellrc.d/function | 9 --------- 1 file changed, 9 deletions(-) (limited to 'shellrc.d/function') diff --git a/shellrc.d/function b/shellrc.d/function index f0ad1d7..2251726 100644 --- a/shellrc.d/function +++ b/shellrc.d/function @@ -28,15 +28,6 @@ genhex() { tr -dc 0-9A-F < /dev/urandom | head -c "$1" | xargs } -# Run given command every second -dorepeat() { - while true; do - "$@" - sleep 1 - echo - done -} - # Clear all ssh control masters sshclear() { rm -rf ~/.cache/ssh -- cgit v1.2.3