saintnet_stickers/create_packs.sh
Steve 69cece67ad
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
little more
2024-09-04 21:46:06 -04:00

7 lines
143 B
Bash
Executable File

#!/bin/bash
cp /run/secrets/config_json config.json
for d in packs/*/ ; do
sticker-pack "$d" --add-to-index web/packs/
done
rm config.json