summaryrefslogtreecommitdiff
path: root/drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php
blob: 6f0adfe5886d51d71f3996cfb7b17f82696cb611 (plain) (blame)
1
2
3
4
5
6
<?php
$title = "Useful Shell Scripting and Bulk Renaming Files with Vim";
if (isset($early) && $early) {
	return;
}
include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');