Skip to content

Latest commit

 

History

History
109 lines (83 loc) · 3.22 KB

README.md

File metadata and controls

109 lines (83 loc) · 3.22 KB

License MIT Contributors Last commit

Welcome to Scripts en Bash 👋

Scripts en Bash son un conjunto de scripts implementados en Bash con las mas diversas funcionalidades

  • convert_svg_to_png.sh convierte de SVG a PNG utilizando inkscape
  • convert_to_ogg.sh convierte de diferentes formatos a OGG
  • raspiarch.sh crea una imagen de Arch en un USB para la Raspberry

Prerequisites

You need Bash

Installing Scripts en Bash

git clone https://github.com/atareao/scripts-en-bash.git

Using Scripts en Bash

Contributing to Scripts en Bash

To contribute to Scripts en Bash, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin atareao/readmemaker
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request. </commit_message></branch_name>

👤 Contributors ✨

Thanks goes to these wonderful people (emoji key):

Lorenzo Carbonell
💻