main
#!/bin/bashargs=( "$@" )deno run --allow-net --allow-read deno/std/http/file_server.js ${args[@]}exit