Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 9ca0d59

Browse files
committed
upd tools
1 parent fbb4b18 commit 9ca0d59

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/mk_fat12_image.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
"""
22
LiteCoreのテスト用FAT12イメージジェネレーター
33
使い方:
4-
python3 tools/mk_fat12_image.py out.img file1:NAME1 file2:NAME2 ...
5-
Cヘッダーを生成する場合:
6-
python3 tools/mk_fat12_image.py --c out.h file:NAME
4+
python3 tools/mk_fat12_image.py out.img inputfile1:OUTNAME1 inputfile2:OUTNAME2 ...
75
86
made by GPT-5 mini, Calude Sonnet 4.5 thanks you! :D
97
"""

0 commit comments

Comments
 (0)