diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-06 12:58:31 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-06 12:58:31 +0200 |
commit | 57c4f73e463ab3449dde8010e3f45350ec81448a (patch) | |
tree | c573c19f8cf7b577414eee558930e66af0a19b10 /.local/bin/dunst_espeak.sh | |
parent | update (diff) | |
download | dotfiles-bsd-57c4f73e463ab3449dde8010e3f45350ec81448a.tar.gz dotfiles-bsd-57c4f73e463ab3449dde8010e3f45350ec81448a.tar.bz2 dotfiles-bsd-57c4f73e463ab3449dde8010e3f45350ec81448a.tar.xz dotfiles-bsd-57c4f73e463ab3449dde8010e3f45350ec81448a.tar.zst dotfiles-bsd-57c4f73e463ab3449dde8010e3f45350ec81448a.zip |
compat
Diffstat (limited to '.local/bin/dunst_espeak.sh')
-rwxr-xr-x | .local/bin/dunst_espeak.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 4ec79c9..0bba156 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash +#!/bin/sh [ "$5" = "LOW" ] && exit [ "$3" ] || exit |