From 5e129ba9ca53eed063a4be1bdfa7069f82550787 Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 16 Dec 2024 21:21:07 +0100 Subject: [PATCH] Clean index files --- clean.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/clean.sh b/clean.sh index 98f6ec0..52c3c7b 100755 --- a/clean.sh +++ b/clean.sh @@ -1,5 +1,12 @@ #!/bin/bash +################################################################## +# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap # +# Date: 16-12-2023 # +# Author: q3aql # +# Contact: q3aql@duck.com # +################################################################## + # Variables find_list="/tmp/find_list" files_list="/tmp/files_list" @@ -38,7 +45,6 @@ else cd ${path_gen} countf=$(expr ${countf} + 1) done - #rm -rf ${find_list} else echo "# Folder '${1}' not found" fi