/utils

Primary LanguageShell

# README

Scripts with diverse functions, which are (hopefully) intuitive by the script name and the description in its first lines.

## GitHub repository

This GitHub repository was created with:

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