saintnet_stickers/create_packs.sh
Steve b7fb819335
All checks were successful
continuous-integration/drone/push Build is passing
add flork pack, update drone
2024-01-05 00:17:08 -05:00

7 lines
143 B
Bash
Executable File

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