├── 2.txt ├── 1.txt ├── .gitignore └── README.md /2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1.txt: -------------------------------------------------------------------------------- 1 | Adios 2 | 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | privada/ 2 | privado.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # masteruah 2 | 3 | ## List of used commands 4 | 5 | #### Clone repository 6 | 7 | + git clone git@github.com:gonzalodt1/masteruah.git 8 | 9 | 10 | 11 | 12 | ## Users Master UAH Panel 13 | 14 | | Nombre | GitHub | 15 | | ------ | ------ | 16 | | Sergio Avilés | https://github.com/sergioaviles | 17 | | Albert Porres | https://github.com/AlbertPorres | 18 | | José Molina | https://github.com/Moliholy | 19 | | Jesús Alberto Leal | https://github.com/lealp22 | 20 | | Beatriz Casado Rodríguez | https://github.com/BCRMaster | 21 | | Enrique Alderete | https://github.com/EnriqueAlderete | --------------------------------------------------------------------------------