Socialify

Folder ..

Viewing run.sh
3 lines (3 loc) • 129.0 B

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 "$@"