#!/usr/bin/perl

print "Status: 301 Moved Permanently\n";
print "Location: https://kirk.is/thisday/\n\n";
exit;
