mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 22:49:16 +01:00
12 lines
187 B
Markdown
12 lines
187 B
Markdown
|
## TzData prebuilts in HOS format
|
||
|
|
||
|
Based off tzdb 2021a
|
||
|
|
||
|
Generate as normal then
|
||
|
```
|
||
|
rm *.tab
|
||
|
rm leapseconds
|
||
|
|
||
|
find -type f | sed 's/\.\///g' | grep -v '\.' | sort > ../binaryList.txt
|
||
|
```
|