filelist was included in scripts reading
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
aa30a342ba
commit
3096f718a7
@ -8,3 +8,8 @@ clean.sh
|
|||||||
commit.sh
|
commit.sh
|
||||||
jar.sh
|
jar.sh
|
||||||
version_info
|
version_info
|
||||||
|
build.sh
|
||||||
|
clean.sh
|
||||||
|
commit.sh
|
||||||
|
jar.sh
|
||||||
|
version_info
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
commit.sh
|
commit.sh
|
||||||
commit.sh
|
commit.sh
|
||||||
|
commit.sh
|
||||||
|
@ -8,3 +8,8 @@ define.sh
|
|||||||
main.sh
|
main.sh
|
||||||
search.sh
|
search.sh
|
||||||
.updateDirectories
|
.updateDirectories
|
||||||
|
.coauthors
|
||||||
|
define.sh
|
||||||
|
main.sh
|
||||||
|
search.sh
|
||||||
|
.updateDirectories
|
||||||
|
@ -16,7 +16,7 @@ if [ -z "$1" ]
|
|||||||
FILES=$(ls -1A ./$LANGUAGE/scripts | sed -e 's/\.sh$//' | sed -e 's/^/ /')
|
FILES=$(ls -1A ./$LANGUAGE/scripts | sed -e 's/\.sh$//' | sed -e 's/^/ /')
|
||||||
for f in $FILES
|
for f in $FILES
|
||||||
do
|
do
|
||||||
if [ $f != "md5" ] && [ $f != "version_info" ]; then
|
if [ $f != "md5" ] && [ $f != "version_info" ] && [ $f != "filelist" ]; then
|
||||||
DESC="$(head -n1 ./$LANGUAGE/scripts/$f.sh)"
|
DESC="$(head -n1 ./$LANGUAGE/scripts/$f.sh)"
|
||||||
printf "\n\t%-15s%-65s" $f "${DESC:1}"
|
printf "\n\t%-15s%-65s" $f "${DESC:1}"
|
||||||
fi
|
fi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
define.sh:883c4033be11b6d1268b852beada5463 -
|
define.sh:883c4033be11b6d1268b852beada5463 -
|
||||||
main.sh:909d8d53e71c87a4b5f0f5da9fa6baa2 -
|
main.sh:663ac9bb9ee46eb8cd1d717e8eb5e486 -
|
||||||
search.sh:2a471ffc3daa12f96157e613873f589d -
|
search.sh:2a471ffc3daa12f96157e613873f589d -
|
||||||
.updateDirectories:0ede00461e947494545e694040787b3f -
|
.updateDirectories:0ede00461e947494545e694040787b3f -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user