saintnet_stickers/create_packs.sh
Steve ac55eced09
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
diff approach
2024-09-04 22:01:05 -04:00

7 lines
138 B
Bash
Executable File

#!/bin/bash
echo "$CONFIG_JSON" >> config.json
for d in packs/*/ ; do
sticker-pack "$d" --add-to-index web/packs/
done
rm config.json