Skip to content

kembek/30-bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

30 Bash Script Examples

The original resource of source code

Executing ways

The first way:

$ bash <bash-script>

The second way:

$ chmod a+x <bash-script>
$ ./<bash-script>

For example:

$ bash 01_first.sh
Hello World
$ chmod a+x <bash-script>
$ ./01_first.sh
Hello World

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages