cc3dsfs/macos_setup_ftd3xx.sh
2024-05-28 22:53:12 +02:00

5 lines
83 B
Bash
Executable File

hdiutil attach ${1}
cp ${2}/${4} ${3}
cp ${2}/*.h ${3}
hdiutil detach ${2} || true