aboutsummaryrefslogtreecommitdiff
path: root/run.sh
blob: 022608afb57cb4f617da62b0e65a7184848713a3 (plain)
1
2
3
4
#!/bin/sh

# Just a short-hand to run instead of typing it out in terminal during development
deno run --allow-all ./main.ts "$@"