7 lines
111 B
Bash
7 lines
111 B
Bash
|
#!/bin/sh
|
||
|
PROGDIR=$1/Contents/Resources
|
||
|
DATADIR=$1/Contents/Resources/data
|
||
|
RC=rc
|
||
|
|
||
|
${PROGDIR}/${RC} -d $DATADIR
|