Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
aussie114
/
chicken_go_splat
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
chicken_go_s...
/
data
/
hex_dump_sound.sh
hex_dump_sound.sh
85 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
rm -f ../src/sounds.h
for file in *.wav;
do
xxd -i $file >> ../src/sounds.h
done