Compare commits
No commits in common. "6a60d454d6b030ccd634ae48940b2c5d9a48d6af" and "611d7f5da35a7ec992d74de53b538070e430a0d3" have entirely different histories.
6a60d454d6
...
611d7f5da3
@ -1,4 +1,4 @@
|
|||||||
files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap
|
files-html - Cool indexer html for Apache/Nginx with Bootstrap
|
||||||
==============================================================
|
==============================================================
|
||||||
|
|
||||||
### Installation:
|
### Installation:
|
||||||
|
8
clean.sh
8
clean.sh
@ -1,12 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
|
|
||||||
# Date: 16-12-2023 #
|
|
||||||
# Author: q3aql #
|
|
||||||
# Contact: q3aql@duck.com #
|
|
||||||
##################################################################
|
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
find_list="/tmp/find_list"
|
find_list="/tmp/find_list"
|
||||||
files_list="/tmp/files_list"
|
files_list="/tmp/files_list"
|
||||||
@ -45,6 +38,7 @@ else
|
|||||||
cd ${path_gen}
|
cd ${path_gen}
|
||||||
countf=$(expr ${countf} + 1)
|
countf=$(expr ${countf} + 1)
|
||||||
done
|
done
|
||||||
|
#rm -rf ${find_list}
|
||||||
else
|
else
|
||||||
echo "# Folder '${1}' not found"
|
echo "# Folder '${1}' not found"
|
||||||
fi
|
fi
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
|
|
||||||
# Date: 16-12-2023 #
|
|
||||||
# Author: q3aql #
|
|
||||||
# Contact: q3aql@duck.com #
|
|
||||||
##################################################################
|
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
find_list="/tmp/find_list"
|
find_list="/tmp/find_list"
|
||||||
files_list="/tmp/files_list"
|
files_list="/tmp/files_list"
|
||||||
@ -43,6 +36,8 @@ else
|
|||||||
cp -rf ${path_gen}/res ${find_read}/.res 2> /dev/null
|
cp -rf ${path_gen}/res ${find_read}/.res 2> /dev/null
|
||||||
cp -rf ${path_gen}/index.sh ${find_read}/.index.sh 2> /dev/null
|
cp -rf ${path_gen}/index.sh ${find_read}/.index.sh 2> /dev/null
|
||||||
cp -rf ${path_gen}/.index.sh ${find_read}/.index.sh 2> /dev/null
|
cp -rf ${path_gen}/.index.sh ${find_read}/.index.sh 2> /dev/null
|
||||||
|
#cp -rf ${path_gen}/index-recursive.sh ${find_read}/.index-recursive.sh 2> /dev/null
|
||||||
|
#cp -rf ${path_gen}/.index-recursive.sh ${find_read}/.index-recursive.sh 2> /dev/null
|
||||||
if [ ! -z "${find_read}" ] ; then
|
if [ ! -z "${find_read}" ] ; then
|
||||||
echo "# Generating index files for ${find_read}"
|
echo "# Generating index files for ${find_read}"
|
||||||
fi
|
fi
|
||||||
@ -52,6 +47,7 @@ else
|
|||||||
cd ${path_gen}
|
cd ${path_gen}
|
||||||
countf=$(expr ${countf} + 1)
|
countf=$(expr ${countf} + 1)
|
||||||
done
|
done
|
||||||
|
#rm -rf ${find_list}
|
||||||
else
|
else
|
||||||
echo "# Folder '${1}' not found"
|
echo "# Folder '${1}' not found"
|
||||||
fi
|
fi
|
||||||
|
7
index.sh
7
index.sh
@ -1,12 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
|
|
||||||
# Date: 16-12-2023 #
|
|
||||||
# Author: q3aql #
|
|
||||||
# Contact: q3aql@duck.com #
|
|
||||||
##################################################################
|
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
find_list="/tmp/find_list"
|
find_list="/tmp/find_list"
|
||||||
files_list="/tmp/files_list"
|
files_list="/tmp/files_list"
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
|
|
||||||
# Date: 16-12-2023 #
|
|
||||||
# Author: q3aql #
|
|
||||||
# Contact: q3aql@duck.com #
|
|
||||||
##################################################################
|
|
||||||
|
|
||||||
dir=$(dirname $0)
|
dir=$(dirname $0)
|
||||||
dir_files="$(dirname $0)/files"
|
dir_files="$(dirname $0)/files"
|
||||||
|
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
|
|
||||||
# Date: 16-12-2023 #
|
|
||||||
# Author: q3aql #
|
|
||||||
# Contact: q3aql@duck.com #
|
|
||||||
##################################################################
|
|
||||||
|
|
||||||
dir=$(dirname $0)
|
dir=$(dirname $0)
|
||||||
lang_dir="$(dirname $0)/lang"
|
lang_dir="$(dirname $0)/lang"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user