diff options
Diffstat (limited to 'drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php')
-rw-r--r-- | drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php b/drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php deleted file mode 100644 index 6f0adfe..0000000 --- a/drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php -$title = "Useful Shell Scripting and Bulk Renaming Files with Vim"; -if (isset($early) && $early) { - return; -} -include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); |