Skip to content

zhilyakov1986/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

bash

bash basics To create a bash script, you place #!/bin/bash at the top of the file.

Then, change the permissions on the file to make it executable:

$ chmod u+x scriptname

To execute the script from the current directory, you can run ./scriptnameand pass any parameters you wish.

Releases

No releases published

Packages

No packages published

Languages