#!/usr/bin/env bash
# Seed the ticketing database with initiatives from decisions/ domain files. Whitelistable command.
# Usage: sqlite-seed
exec python3 "$(dirname "$0")/sqlite_connector.py" seed-decisions "$@"
