cc3dsfs/setup_scripts/macos_setup_ftd3xx.sh
2024-06-23 02:34:47 +02:00

5 lines
83 B
Bash
Executable File

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