mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-04-24 06:57:05 -05:00
10 lines
148 B
Bash
Executable File
10 lines
148 B
Bash
Executable File
|
|
VOL := d3xx-osx.${VER}
|
|
SRC_FOLDER := /Volumes/${VOL}
|
|
TAR := ${VOL}.dmg
|
|
|
|
hdiutil attach ${1}
|
|
cp ${2}/${4} ${3}
|
|
cp ${2}/*.h ${3}
|
|
hdiutil detach ${3}
|