aboutsummaryrefslogtreecommitdiff
path: root/server/test/resources/dir/sub/cgi
blob: 05ba7164e48cb2a4925cd1c73b1417423a3b0fbd (plain)
1
2
3
4
5
6
#!/bin/bash

echo -e "20 text/gemini\r\n"
echo "SHOULD NOT RUN"
exit 1