mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-18 16:45:39 -04:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
hdiutil attach ${1}
|
|
cp ${2}/release/build/${4} ${3}
|
|
cp ${2}/release/*.h ${3}
|
|
hdiutil detach ${2} || true
|