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

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