Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home
authored
Dec 14, 2023
by
Remi PLANEL
Show whitespace changes
Inline
Side-by-side
home.md
View page @
dd1dc107
...
@@ -19,3 +19,12 @@ curl \
...
@@ -19,3 +19,12 @@ curl \
"Superkingdom"
"Superkingdom"
]'
]'
```
```
## copy structure data
```
sh
cd
/structure-data/sanitized-dump
find
*
-type
d
-exec
sh
-c
'for d in "$@"; do (cd "/usr/share/nginx/html/$d"; cp --archive --recursive --symbolic-link "/structure-data/sanitized-dump/$d/*" .) done'
argv0
{}
+
```
\ No newline at end of file