xref: /AOO41X/main/setup_native/scripts/mac_install.script (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir#!/bin/bash
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir# shell script as a workaraound since it is hard to impossible to store compiled
4*cdf0e10cSrcweir# applescript in CVS and running osacompile would require a GUI session while
5*cdf0e10cSrcweir# building (or root privileges)
6*cdf0e10cSrcweir# using osascript only works when the shell script is camouflaged as application
7*cdf0e10cSrcweir
8*cdf0e10cSrcweirMY_DIR=$(dirname "$0")
9*cdf0e10cSrcweir
10*cdf0e10cSrcweirosascript "$MY_DIR/osx_install.applescript"
11