Table of contents:
[[_TOC_]]
Diferentes formas de generar índices en Markdown.
#!/bin/bash | |
#To run the script in the folder where we want the new repositories from a user to be downloaded, or alternatively, to be updated. | |
if [ $# -eq 0 ] | |
then | |
echo "Usage: $0 <user_name> " | |
exit; | |
fi |