Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 710 Bytes

# 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