diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-14 02:35:24 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-14 02:35:24 +0200 |
commit | e2a4c9f55516fa38a777438e8bba94a46d8e62cb (patch) | |
tree | c68ecf9851f1fb448a5f824ff0ea2e4dfe7bafa4 /.local/bin/brb | |
parent | Going full fork(2) (diff) | |
download | dotfiles-bsd-e2a4c9f55516fa38a777438e8bba94a46d8e62cb.tar.gz dotfiles-bsd-e2a4c9f55516fa38a777438e8bba94a46d8e62cb.tar.bz2 dotfiles-bsd-e2a4c9f55516fa38a777438e8bba94a46d8e62cb.tar.xz dotfiles-bsd-e2a4c9f55516fa38a777438e8bba94a46d8e62cb.tar.zst dotfiles-bsd-e2a4c9f55516fa38a777438e8bba94a46d8e62cb.zip |
More time to sleeps
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/brb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/brb b/.local/bin/brb index bf46280..491a2d6 100755 --- a/.local/bin/brb +++ b/.local/bin/brb @@ -7,5 +7,5 @@ while true; do echo # figlet -s -L -c -t "please stand by..." | lolcat -F 0.05 figlet -s -L -c -t "please stand by..." - sleep 5 + sleep 15 done |