From 461ba78442c1adeabe01059a57e36b429beffc71 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 20 Jun 2017 17:02:06 +0200 Subject: fix --- by_host/Darwin/mutt/.mutt/open-in-safari | 8 -------- 1 file changed, 8 deletions(-) delete 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 deleted file mode 100755 index 0e122f5..0000000 --- a/by_host/Darwin/mutt/.mutt/open-in-safari +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -cp $1 $1.copy.html -( open -a Safari "$1.copy.html"; -sleep 30; -rm -f "$1.copy.html"; -) & - -- cgit v1.2.3