diff options
author | 53hornet <atc@53hor.net> | 2021-10-02 11:59:08 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-10-02 11:59:08 -0400 |
commit | e0e45f0697ea0858fbea34cffc824f80105e8d7f (patch) | |
tree | d594946c0afe2a8f1efeba2b21ab22f07ddfb22b /drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php | |
parent | 70bc00d5ff256e06c1c7d47c2af00d1863f53f6b (diff) | |
download | 53hor-e0e45f0697ea0858fbea34cffc824f80105e8d7f.tar.xz 53hor-e0e45f0697ea0858fbea34cffc824f80105e8d7f.zip |
published hudson fan shroud, replaced makefile with scripts, added some
drafts
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, 6 insertions, 0 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 new file mode 100644 index 0000000..6f0adfe --- /dev/null +++ b/drafts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php @@ -0,0 +1,6 @@ +<?php +$title = "Useful Shell Scripting and Bulk Renaming Files with Vim"; +if (isset($early) && $early) { + return; +} +include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); |