diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2019-05-15 16:40:10 +0200 | 
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2019-05-15 16:40:26 +0200 | 
| commit | fb67eb75846ad930b6ac719a52e5de87a0218fe1 (patch) | |
| tree | 49ce04bed04d24e76bb5d22d2c7f9451e29d7707 /shellrc.d/function | |
| parent | 0532b4ec9ad78f279372a55a2f16339db8d1af14 (diff) | |
| download | shellrc-fb67eb75846ad930b6ac719a52e5de87a0218fe1.tar.gz shellrc-fb67eb75846ad930b6ac719a52e5de87a0218fe1.tar.bz2 shellrc-fb67eb75846ad930b6ac719a52e5de87a0218fe1.zip | |
function: drop dorepeat as I am no longer using it
Diffstat (limited to 'shellrc.d/function')
| -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 | 
