datalad-handbook/docs/basics/_examples/DL-101-121-101
2023-11-10 15:07:33 +01:00

12 lines
498 B
Text

$ # navigate into the installed copy
$ cd ../mock_user/DataLad-101
$ # download the shell script and save it in your code/ directory
$ datalad download-url \
-d . \
-m "Include nesting demo from datalad website" \
-O code/nested_repos.sh \
https://raw.githubusercontent.com/datalad/datalad.org/7e8e39b1/content/asciicast/seamless_nested_repos.sh
download_url(ok): /home/me/dl-101/mock_user/DataLad-101/code/nested_repos.sh (file)
add(ok): code/nested_repos.sh (file)
save(ok): . (dataset)