hex_dump_sound.sh 85 B

1234567
  1. rm -f ../src/sounds.h
  2. for file in *.wav;
  3. do
  4. xxd -i $file >> ../src/sounds.h
  5. done