organise repo

This commit is contained in:
Emile Clark-Boman 2026-02-01 15:42:07 +10:00
parent 345c1b592e
commit b03962ec0a
7 changed files with 7 additions and 117 deletions

11
scripts/bakeimgs Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
# TODO: write this as a Makefile maybe?
# ===== Configuration ===== #
IMGS_DIR="imgs"
BAKE_DIR="bake"
# ========================= #
mkdir -p "$BAKE_DIR"
magick -background '#000000' -size 100x100 "$IMGS_DIR/mirror-icon.svg" "$BAKE_DIR/mirror-icon.png"