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