Skip to content

Instantly share code, notes, and snippets.

@alganet
Last active August 29, 2015 14:25
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 alganet/9f40b49f38fe5a6b194d to your computer and use it in GitHub Desktop.
Save alganet/9f40b49f38fe5a6b194d to your computer and use it in GitHub Desktop.
runup

[ ]:my:code

This is annotated!
_r_path () ( echo '/n/Projects/Prototypes/Mosai/runup/README.md' | "${1:-cat}" )
_r_list="${_r_list:-}
my_code"
_r_my_code_name () ( echo '' | "${1:-cat}" )
_r_my_code () {
echo _r_doc_indent_3 | "${1:-cat}"
}
_r_list="${_r_list:-}
doc_indent_3"
_r_doc_indent_3 () {
cat <<'_r_22161OUTPUT' | "${1:-cat}"
This is annotated!
_r_22161OUTPUT
}
[ -z "${1:-}" ] && ${2:-echo} "$_r_list" 1>&2 || _r_${@:-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment