mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
10 lines
221 B
Bash
10 lines
221 B
Bash
|
#!/bin/bash
|
||
|
APPPATH="${0%/*}"
|
||
|
cd "${APPPATH}"
|
||
|
APPPATH=$(pwd)
|
||
|
APPSUPPORT=$(./appsupport)
|
||
|
mkdir -p "${APPSUPPORT}/com.shipofharkinian.soh"
|
||
|
cd "${APPSUPPORT}/com.shipofharkinian.soh"
|
||
|
cp "${APPPATH}/oot.otr" .
|
||
|
${APPPATH}/soh
|