Skip to content

Commit

Permalink
function: add Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored Jan 16, 2025
1 parent 732b52f commit b0a2fb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages.es/common/function.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# function

> Define una función.
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#Shell-Functions>.
- Define una función con el nombre especificado:

`function {{nombre_función}} {{echo "Contenido de la función aquí"}}; }`

- Ejecuta una función llamada `nombre_función`:

`nombre_función`

0 comments on commit b0a2fb6

Please sign in to comment.