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