diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-07-08 18:56:17 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-07-08 18:56:17 -0400 |
| commit | c39f661ecbbb037afb41e4b86dbcd7e9f2e5fe5a (patch) | |
| tree | 2a557a050bf326a87b335c1654383de2eae8cf15 | |
| parent | 3ab980b6cb7c96aec7c7d413ea89dd9f4c407ac5 (diff) | |
| download | symchan-c39f661ecbbb037afb41e4b86dbcd7e9f2e5fe5a.tar.gz | |
| -rw-r--r-- | README.md | 11 | ||||
| -rwxr-xr-x | gen-readme.sh | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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_fangirling.png  +frosty3x/character_sheet_symlinx_shirt.png  +frosty3x/character_sheet_pkgit_shirt.png  +frosty3x/character_art_fullbody.png  +frosty3x/symchan_terraria_mining.png  +frosty3x/symchan_church.png  +frosty3x/symchan_death_terraria.png  +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 "\n\n" "$f" "$f"; done' _ {} + >> README.md +find . \( -name '*.png' -o -name '*.jpg' \) -exec sh -c 'for f do f=${f#./}; printf "%s\n\n\n" "$f" "$f" "$f"; done' _ {} + >> README.md |
