aboutsummaryrefslogtreecommitdiff
path: root/run.sh
blob: 0d62b7774ed336583473d33b6db76932de7d400d (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 --unstable ./index.ts "$@"