summaryrefslogtreecommitdiffstats
path: root/.scripts/opout
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-31 21:54:30 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-31 21:54:30 -0400
commit5cc9f774e736f04f704f99348f2692c917d508ec (patch)
tree6bd7dfd62a91509b444f348623a8cd5e051a40ca /.scripts/opout
parent31e054cf420cd95e8e53baddc69f56c110196201 (diff)
downloadeibhear-5cc9f774e736f04f704f99348f2692c917d508ec.tar.gz
eibhear-5cc9f774e736f04f704f99348f2692c917d508ec.tar.zst
eibhear-5cc9f774e736f04f704f99348f2692c917d508ec.zip
output supression and groff compat
Diffstat (limited to '.scripts/opout')
-rwxr-xr-x.scripts/opout6
1 files changed, 3 insertions, 3 deletions
diff --git a/.scripts/opout b/.scripts/opout
index 374b57e..1fe3928 100755
--- a/.scripts/opout
+++ b/.scripts/opout
@@ -5,7 +5,7 @@
basename="${1%.*}"
case "$1" in
- *.tex|*.md|*.rmd) setsid zathura "$basename".pdf & ;;
- *.html) setsid "$TRUEBROWSER" --new-window "$basename".html & ;;
- *.sent) setsid sent "$1" & ;;
+ *.tex|*.md|*.rmd|*.ms|*.me) setsid zathura "$basename".pdf >/dev/null 2>&1 & ;;
+ *.html) setsid "$TRUEBROWSER" --new-window "$basename".html >/dev/null 2>&1 & ;;
+ *.sent) setsid sent "$1" >/dev/null 2>&1 & ;;
esac