diff --git a/scripts/redirects.php b/scripts/redirects.php new file mode 100644 index 00000000..735350bd --- /dev/null +++ b/scripts/redirects.php @@ -0,0 +1,32 @@ +#!/usr/bin/env php + + $destination, + ]; + + $output = strtr($template, $templateData); + file_put_contents("source/{$data[0]}.html", $output); + + $row++; + } +} + +fclose($handle);