aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
-rwxr-xr-xgen-readme.sh2
2 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c83d87..f22bdfc 100644
--- a/README.md
+++ b/README.md
@@ -2,19 +2,30 @@
Art I made of the character symchan, created for my friend Dacctal.
All of this artwork is licensed under [CC BY-NC-NSA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
+frosty3x/symchan_construction_mindustry.png
![frosty3x/symchan_construction_mindustry.png](https://git.bwaaa.monster/symchan/plain/frosty3x/symchan_construction_mindustry.png)
+frosty3x/symchan_fangirling.png
![frosty3x/symchan_fangirling.png](https://git.bwaaa.monster/symchan/plain/frosty3x/symchan_fangirling.png)
+frosty3x/character_sheet_symlinx_shirt.png
![frosty3x/character_sheet_symlinx_shirt.png](https://git.bwaaa.monster/symchan/plain/frosty3x/character_sheet_symlinx_shirt.png)
+frosty3x/character_sheet_pkgit_shirt.png
![frosty3x/character_sheet_pkgit_shirt.png](https://git.bwaaa.monster/symchan/plain/frosty3x/character_sheet_pkgit_shirt.png)
+frosty3x/character_art_fullbody.png
![frosty3x/character_art_fullbody.png](https://git.bwaaa.monster/symchan/plain/frosty3x/character_art_fullbody.png)
+frosty3x/symchan_terraria_mining.png
![frosty3x/symchan_terraria_mining.png](https://git.bwaaa.monster/symchan/plain/frosty3x/symchan_terraria_mining.png)
+frosty3x/symchan_church.png
![frosty3x/symchan_church.png](https://git.bwaaa.monster/symchan/plain/frosty3x/symchan_church.png)
+frosty3x/symchan_death_terraria.png
![frosty3x/symchan_death_terraria.png](https://git.bwaaa.monster/symchan/plain/frosty3x/symchan_death_terraria.png)
+crumpet/symchan_lean_desk.jpg
+![crumpet/symchan_lean_desk.jpg](https://git.bwaaa.monster/symchan/plain/crumpet/symchan_lean_desk.jpg)
+
diff --git a/gen-readme.sh b/gen-readme.sh
index ad014ef..6a052a3 100755
--- a/gen-readme.sh
+++ b/gen-readme.sh
@@ -2,4 +2,4 @@
printf "# Symchan\n" > README.md
printf "Art I made of the character symchan, created for my friend Dacctal.\n" >> README.md
printf "All of this artwork is licensed under [CC BY-NC-NSA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\n" >> README.md
-find . -name '*.png' -exec sh -c 'for f do f=${f#./}; printf "![%s](https://git.bwaaa.monster/symchan/plain/%s)\n\n" "$f" "$f"; done' _ {} + >> README.md
+find . \( -name '*.png' -o -name '*.jpg' \) -exec sh -c 'for f do f=${f#./}; printf "%s\n![%s](https://git.bwaaa.monster/symchan/plain/%s)\n\n" "$f" "$f" "$f"; done' _ {} + >> README.md