#!/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