Created
February 13, 2019 19:17
-
-
Save xcriptus/5f25168ab67e824a2af862d9ba3c2733 to your computer and use it in GitHub Desktop.
Convert a modelscript task list to a list of url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat task_list.txt | gawk '{ print "[" $1 "](https://modelscript.readthedocs.io/en/latest/methods/concepts/"$1")" }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment