File:  [Local Repository] / imach / distributions / osx / imach
Revision 1.1: download - view: text, annotated - select for diffs
Sat Apr 21 21:11:45 2018 UTC (6 years, 2 months ago) by brouard
Branches: MAIN
CVS tags: HEAD
Summary: Imach shell for osx

#!/bin/bash

read -d '' EXECUTE <<DACODE
cd $(dirname "$0")/../Resources/bin
pwd
./imach
DACODE
osascript -e "tell application \"Terminal\" to do script \"$EXECUTE\""

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>