Add typst reference
Some checks failed
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, Android, ubuntu-latest, true, aarch64-linux-android) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, FreeBSD, ubuntu-latest, true, x86_64-unknown-freebsd) (push) Has been cancelled
CI / render (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Linux x86_64, ubuntu-latest, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Windows x86_64, windows-latest, true, x86_64-pc-windows-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, macOS x86_64, macos-latest, true, x86_64-apple-darwin) (push) Has been cancelled

This commit is contained in:
Adrian Groh 2024-02-03 20:28:19 +01:00
parent d38966b6f9
commit b5e3947913
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "# List Of All Logos" > ../all_logos.md
echo "Generated using \`./tools/render_all.sh\`" >> ../all_logos.md
echo "Generated using \`./tools/render_all.sh\`, powered by [typst](https://typst.app)" >> ../all_logos.md
while read -r logo; do
echo "$logo"
PF_ASCII=$logo "$@" > ./tmp || exit 1