diff options
Diffstat (limited to 'etc/htmlopen.sh')
-rwxr-xr-x | etc/htmlopen.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/htmlopen.sh b/etc/htmlopen.sh deleted file mode 100755 index f6676e7..0000000 --- a/etc/htmlopen.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Helps open an HTML file from mutt in a GUI browser without weird side effects. - -file=$(mktemp -u --suffix=.html) - -rm -f "$file" - -cp "$1" "$file" - -setsid firefox "$file" >/dev/null 2>&1 & |