Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-custom-free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
REIKAI
ygopro-custom-free
Commits
775e71cd
Commit
775e71cd
authored
Mar 16, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1dfe30f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
run.sh
run.sh
+3
-3
No files found.
run.sh
View file @
775e71cd
...
@@ -129,7 +129,7 @@ process_repo() {
...
@@ -129,7 +129,7 @@ process_repo() {
rm
expansions
||
rmdir
expansions
||
true
rm
expansions
||
rmdir
expansions
||
true
ln
-sf
"
$current_path
/workspace/
$repo_identifer
"
expansions
ln
-sf
"
$current_path
/workspace/
$repo_identifer
"
expansions
ls
-1
$current_path
/workspace/
$repo_identifer
/
*
.cdb | xargs
-I
'{}'
sqlite3
'{}'
'select id from datas where type != 0x11 and (type & 0x4000) = 0;'
| xargs
-I
'{}
'
./ygopro
'{}'
2>&1 |
tee
"
$current_path
/dist/redtexts/
$repo_identifer
.txt"
ls
-1
$current_path
/workspace/
$repo_identifer
/
*
.cdb | xargs
-I
'{}'
-d
'\n'
sqlite3
'{}'
'select id from datas where type != 0x11 and (type & 0x4000) = 0;'
| xargs
-I
'{}'
-d
'\n
'
./ygopro
'{}'
2>&1 |
tee
"
$current_path
/dist/redtexts/
$repo_identifer
.txt"
cd
"
$current_path
"
cd
"
$current_path
"
...
@@ -157,11 +157,11 @@ process_repo() {
...
@@ -157,11 +157,11 @@ process_repo() {
else
else
used_codes[
$code
]=
"
$repo_url
"
used_codes[
$code
]=
"
$repo_url
"
fi
fi
done
< <
(
ls
-1
workspace/
$repo_identifer
/
*
.cdb | xargs
-I
'{}'
sqlite3
'{}'
'select id from datas;'
)
done
< <
(
ls
-1
workspace/
$repo_identifer
/
*
.cdb | xargs
-I
'{}'
-d
'\n'
sqlite3
'{}'
'select id from datas;'
)
echo
"Archiving
$repo_identifer
"
echo
"Archiving
$repo_identifer
"
ls
-1
workspace/
$repo_identifer
/
*
.cdb | xargs
-I
'{}'
sqlite3
'{}'
.dump | sqlite3 dist/custom-free.cdb
||
true
ls
-1
workspace/
$repo_identifer
/
*
.cdb | xargs
-I
'{}'
-d
'\n'
sqlite3
'{}'
.dump | sqlite3 dist/custom-free.cdb
||
true
# copy strings.conf if necessary
# copy strings.conf if necessary
if
[
-f
workspace/
$repo_identifer
/strings.conf
]
;
then
if
[
-f
workspace/
$repo_identifer
/strings.conf
]
;
then
echo
""
>>
dist/strings.conf
echo
""
>>
dist/strings.conf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment