Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CodiMD export script
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
misc
CodiMD export script
Merge requests
!1
Hedgedoc import
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hedgedoc import
hedgedoc-import
into
main
Overview
2
Commits
38
Pipelines
0
Changes
7
Merged
Andreas Domanowski
requested to merge
hedgedoc-import
into
main
2 years ago
Overview
2
Commits
38
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
version 4
version 6
9bb86577
2 years ago
version 5
43ba5129
2 years ago
version 4
b76e73df
2 years ago
version 3
8b5d96a9
2 years ago
version 2
530ff3f5
2 years ago
version 1
e2f11888
2 years ago
main (base)
and
latest version
latest version
9f8b5719
38 commits,
2 years ago
version 6
9bb86577
37 commits,
2 years ago
version 5
43ba5129
36 commits,
2 years ago
version 4
b76e73df
34 commits,
2 years ago
version 3
8b5d96a9
33 commits,
2 years ago
version 2
530ff3f5
26 commits,
2 years ago
version 1
e2f11888
24 commits,
2 years ago
Show latest version
3 files
+
17
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
history_scripts/visit_migrated_documents.sh
+
1
−
1
Options
@@ -6,7 +6,7 @@ then
fi
script_directory
=
$(
cd
--
"
$(
dirname
--
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
url_file
=
$script_directory
/hedgedoc_documents_to_visit.url
readarray
-t
url_array <
$url_file
readarray
-t
url_array <
"
$url_file
"
for
i
in
"
${
url_array
[@]
}
"
do
eval
"
$open_command
$i
"
Loading