Update home authored by Remi  PLANEL's avatar Remi PLANEL
...@@ -18,4 +18,13 @@ curl \ ...@@ -18,4 +18,13 @@ curl \
"phylum", "phylum",
"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