cc3dsfs/macos_setup_ftd3xx.sh
2024-04-14 19:31:08 +02:00

10 lines
148 B
Bash

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}