diff options
-rw-r--r-- | shellrc.d/function | 9 |
1 files changed, 0 insertions, 9 deletions
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 |