From d16632e8b5e7e314021a86d2c80855380d122810 Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 29 Oct 2021 17:47:28 -0500 Subject: strike: process files in subdirectories --- sample/html/subdir/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sample/html/subdir/index.html (limited to 'sample/html') diff --git a/sample/html/subdir/index.html b/sample/html/subdir/index.html new file mode 100644 index 0000000..bdeaad0 --- /dev/null +++ b/sample/html/subdir/index.html @@ -0,0 +1,15 @@ + + +index + + + + + +
+ This file in a subdirectory of the input directory should also be processed. + +
+ -- cgit