]> henry.ined.fr Git - .git/commitdiff
Summary: Imach shell for osx
authorN. Brouard <brouard@ined.fr>
Sat, 21 Apr 2018 21:11:45 +0000 (21:11 +0000)
committerN. Brouard <brouard@ined.fr>
Sat, 21 Apr 2018 21:11:45 +0000 (21:11 +0000)
distributions/osx/imach [new file with mode: 0755]

diff --git a/distributions/osx/imach b/distributions/osx/imach
new file mode 100755 (executable)
index 0000000..b3c31a7
--- /dev/null
@@ -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\""