| ... | ... | @@ -19,3 +19,12 @@ curl \ |
|
|
|
"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 |