@@ -12,6 +12,8 @@ echo '# Auto generated by ygopro-custom-free' > dist/strings.conf
CURRENT_TIME=$(date +%s)
declare-A used_codes
something_changed=0
process_repo(){
repo_url="$1"
...
...
@@ -66,13 +68,16 @@ process_repo() {
echo"No changes detected in $repo_identifer: $last_commit_hash"
fi
echo"Searching codes in $repo_identifer"
ls-1 workspace/$repo_identifer/*.cdb | xargs -I'{}' sqlite3 '{}''select id from datas where type != 0x11 and (type & 0x4000) = 0;'>"workspace/$repo_identifer-codes.txt"