summaryrefslogtreecommitdiff
path: root/by_host/Darwin/mutt/.mutt/open-in-safari
diff options
context:
space:
mode:
Diffstat (limited to 'by_host/Darwin/mutt/.mutt/open-in-safari')
-rwxr-xr-xby_host/Darwin/mutt/.mutt/open-in-safari8
1 files changed, 8 insertions, 0 deletions
diff --git a/by_host/Darwin/mutt/.mutt/open-in-safari b/by_host/Darwin/mutt/.mutt/open-in-safari
new file mode 100755
index 0000000..0e122f5
--- /dev/null
+++ b/by_host/Darwin/mutt/.mutt/open-in-safari
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cp $1 $1.copy.html
+( open -a Safari "$1.copy.html";
+sleep 30;
+rm -f "$1.copy.html";
+) &
+