Skip to main content
Module

x/servest/site/check.sh

🌾A progressive http server for Deno🌾
Go to Latest
File
#!/usr/bin/env bashDIR=$(dirname $0)for i in $(ls ${DIR}/public/example); do deno fetch -r ${DIR}/public/example/${i}done