diff options
| author | EuAndreh <eu@euandre.org> | 2022-05-12 02:16:36 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-05-12 02:16:36 -0300 |
| commit | e0f122829efcfad2780a2009e54f2d095dc86565 (patch) | |
| tree | 7d52d22d4d1b6ae221f2b42889e6941a823ba624 | |
| parent | .local/bin/with-email: Add working version (diff) | |
| download | dotfiles-e0f122829efcfad2780a2009e54f2d095dc86565.tar.gz dotfiles-e0f122829efcfad2780a2009e54f2d095dc86565.tar.xz | |
.local/bin/msg: Allow $ACTION_DONE to fallthrough to "wait" statement
| -rwxr-xr-x | .local/bin/msg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/msg b/.local/bin/msg index ff67231..f3e893e 100755 --- a/.local/bin/msg +++ b/.local/bin/msg @@ -85,7 +85,6 @@ if [ "$ACTION_DONE" = false ]; then sound usage help - exit fi wait |
