source code of /thinkpad/index.cgi.src
Last modified | |
Lines | 12 |
Parent directory Download CGIread sitemap Main page
Quick links: (none)
#!/bin/sh
URL="http://thinkpad.oskog97.com"
if [ -z "$(HEAD $URL & sleep .2; killall HEAD 2>/dev/null)" ]; then
URL="https://web.archive.org/web/$URL"
fi
echo "Status: 302"
echo "Location: $URL"
echo