Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
aussie114
/
chicken_go_splat
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
9a45e56990
ブランチ
タグ
master
chicken_go_s...
/
data
/
hex_dump_sound.sh
hex_dump_sound.sh
85 B
履歴
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