SDCard data loading

This commit is contained in:
Dejvino
2023-04-22 19:14:21 +02:00
parent 13991f31df
commit 1461c39400
6 changed files with 595 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
all: images download
images:
cd gallery && for F in *.jpg; do ./convert_image.sh $F $F.bmp
download: jokes.json
jokes.json:
curl -o jokes.json https://github.com/wiz64/superfun/raw/main/database/ichd/jokes-file.json