From afa1e06177c13d3c9bb87f903f98f5b85036435d Mon Sep 17 00:00:00 2001 From: "N. Brouard" <brouard@ined.fr> Date: Sat, 21 Apr 2018 21:11:45 +0000 Subject: [PATCH] Summary: Imach shell for osx --- distributions/osx/imach | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 distributions/osx/imach diff --git a/distributions/osx/imach b/distributions/osx/imach new file mode 100755 index 0000000..b3c31a7 --- /dev/null +++ b/distributions/osx/imach @@ -0,0 +1,8 @@ +#!/bin/bash + +read -d '' EXECUTE <<DACODE +cd $(dirname "$0")/../Resources/bin +pwd +./imach +DACODE +osascript -e "tell application \"Terminal\" to do script \"$EXECUTE\"" -- 2.43.0