Skip to content

Instantly share code, notes, and snippets.

@SvetaGr
Last active April 16, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SvetaGr/a2a28fbc9db0a675422785bc5f925e14 to your computer and use it in GitHub Desktop.
Save SvetaGr/a2a28fbc9db0a675422785bc5f925e14 to your computer and use it in GitHub Desktop.
heartbeat-dvc-run-2019-04
$ dvc run -f download.dvc \
-o joke.txt \
"curl https://geek-jokes.sameerkumar.website/api > joke.txt"
$ dvc run -f duplicate.dvc \
-d joke.txt \
-o dulpicate.txt \
"cat joke.txt joke.txt > duplicate.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment