Skip to content

Instantly share code, notes, and snippets.

@dianjuar
Created October 22, 2023 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dianjuar/47e4edd89f6dea09fcd93f05e0655feb to your computer and use it in GitHub Desktop.
Save dianjuar/47e4edd89f6dea09fcd93f05e0655feb to your computer and use it in GitHub Desktop.
Bash script to create moths of the year in Spanish
mkdir "01 Enero";
mkdir "02 Febrero";
mkdir "03 Marzo";
mkdir "04 Abril";
mkdir "05 Mayo";
mkdir "06 Junio";
mkdir "07 Julio";
mkdir "08 Agosto";
mkdir "09 Septiembre";
mkdir "10 Octubre";
mkdir "11 Noviembre";
mkdir "12 Diciembre";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment