Scripts with diverse functions, which are (hopefully) intuitive by the script name and the description in its first lines.
This GitHub repository was created with:
- created repository named
utils
at https://github.com/CRG-Beato - move to the
utils
directory in my computer - in the terminal:
git init
git remote add origin https://github.com/CRG-Beato/utils.git
git add "*"
git commit -m "create repo"
git push -u origin master