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