# Usage: setenv.ps1 $env:CLESSY_TOKEN = $args[0] $env:CLESSY_WEBHOOK = $args[1] + "/test" $env:CLESSY_DB_DIR = "_data/db" mkdir -force _data go run .