source code of /thinkpad/index.cgi.src

Last modified
Lines 12

Parent directory Download CGIread sitemap Main page

Quick links: (none)

  1. #!/bin/sh
  2. URL="http://thinkpad.oskog97.com"
  3. if [ -z "$(HEAD $URL & sleep .2; killall HEAD 2>/dev/null)" ]; then
  4.     URL="https://web.archive.org/web/$URL"
  5. fi
  6. echo "Status: 302"
  7. echo "Location: $URL"
  8. echo