Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-database
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
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
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
MyCard
ygopro-database
Commits
9cbc58ab
Commit
9cbc58ab
authored
May 08, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bash
parent
7ba546c8
Pipeline
#36057
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/sqlite-diff.sh
scripts/sqlite-diff.sh
+1
-1
scripts/sqlite-merge.sh
scripts/sqlite-merge.sh
+1
-1
setup.sh
setup.sh
+1
-1
No files found.
scripts/sqlite-diff.sh
View file @
9cbc58ab
#!/bin/sh
#!/bin/
ba
sh
# Input SQLite database path
# Input SQLite database path
DB
=
"
$1
"
DB
=
"
$1
"
...
...
scripts/sqlite-merge.sh
View file @
9cbc58ab
#!/bin/sh
#!/bin/
ba
sh
# Locate sqlite3 binary
# Locate sqlite3 binary
if
[
-n
"
$SQLITE3_BIN
"
]
;
then
if
[
-n
"
$SQLITE3_BIN
"
]
;
then
...
...
setup.sh
View file @
9cbc58ab
#!/bin/sh
#!/bin/
ba
sh
set
-e
set
-e
...
...
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