blob: ef29a1410ce24a70178adc21214ac23f08012680 [file] [log] [blame]
#!/bin/sh
# Alex’s wrapper around the standard mirrors.cgi script to try to fix formatting
echo "Content-Type: text/plain"
/www/www.apache.org/dyn/mirrors/mirrors.cgi $* >.\mirrors.json
echo "Did I even get here?"