cc3dsfs/macos_setup_ftd3xx.sh
2024-04-27 00:12:03 +02:00

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}