An Express-like HTTP router for Bash compatible with CGI 1.1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
190 B

#!/bin/bash
source "$(dirname "$0")/src/exprash.sh";
source "$(dirname "$0")/tests/utils.sh";
printf '%s\n' "Routes:";
source "$(dirname "$0")/tests/routes.sh";
printf '\n';
testSummary;