main
#!/bin/bashargs=( "$@" )deno run --allow-env --allow-net --allow-read --allow-write --allow-run deno/esbuild/mod.js ${args[@]}exit