Updated SigScript system
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
be9eb58b5d
commit
86adda64b2
@ -3,8 +3,3 @@ clean.sh
|
||||
commit.sh
|
||||
jar.sh
|
||||
version_info
|
||||
build.sh
|
||||
clean.sh
|
||||
commit.sh
|
||||
jar.sh
|
||||
version_info
|
||||
|
@ -12,6 +12,7 @@ if [[ $(pwd) != *"SigScript" ]]; then
|
||||
source utils/search.sh
|
||||
|
||||
find . -type f -name md5 -delete
|
||||
find . -type f -name filelist -delete
|
||||
|
||||
#Check for hashes
|
||||
FILES=$(cat utils/.updateDirectories)
|
||||
|
@ -3,8 +3,3 @@ define.sh
|
||||
main.sh
|
||||
search.sh
|
||||
.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/^/ /')
|
||||
for f in $FILES
|
||||
do
|
||||
if [ $f != "md5" ] && [ $f != "version_info" ]; then
|
||||
if [ $f != "md5" ] && [ $f != "version_info" ] && [ $f != "filelist" ]; then
|
||||
DESC="$(head -n1 ./$LANGUAGE/scripts/$f.sh)"
|
||||
printf "\n\t%-15s%-65s" $f "${DESC:1}"
|
||||
fi
|
||||
|
@ -1,4 +1,4 @@
|
||||
define.sh:74ea08fb12cab1053663f87007ddd29a -
|
||||
main.sh:909d8d53e71c87a4b5f0f5da9fa6baa2 -
|
||||
define.sh:883c4033be11b6d1268b852beada5463 -
|
||||
main.sh:663ac9bb9ee46eb8cd1d717e8eb5e486 -
|
||||
search.sh:2a471ffc3daa12f96157e613873f589d -
|
||||
.updateDirectories:0ede00461e947494545e694040787b3f -
|
||||
|
Loading…
x
Reference in New Issue
Block a user