Skip to content

Instantly share code, notes, and snippets.

@xcriptus
Created February 13, 2019 19:17
Show Gist options
  • Save xcriptus/5f25168ab67e824a2af862d9ba3c2733 to your computer and use it in GitHub Desktop.
Save xcriptus/5f25168ab67e824a2af862d9ba3c2733 to your computer and use it in GitHub Desktop.
Convert a modelscript task list to a list of url
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