From ab4c35e47bb6ccfd7c3af77c66e7d3af195c9917 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sun, 21 May 2017 16:22:39 +0200 Subject: mutt --- by_host/Darwin/mutt/.mutt/open-in-safari | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 by_host/Darwin/mutt/.mutt/open-in-safari (limited to 'by_host/Darwin/mutt/.mutt/open-in-safari') 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"; +) & + -- cgit v1.2.3