Skip to content

This repository contains basic shell scripts, focused in bash.

Notifications You must be signed in to change notification settings

josenoguera-94/shell-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHELL SCRIPTING

Source

How run files

  • ./script.sh o bash script.sh sirve para ejecutar un archivo de bash.
  • source script.sh o . script.sh sirve para ejecutar un archivo de bash y que las variables que se creen en el archivo se mantengan en el entorno actual.
  • chmod +x script.sh si se necesita, sirve para darle permisos de ejecución a un archivo.

About

This repository contains basic shell scripts, focused in bash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages