Skip to content

doohinkus/bash-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Practicing Bash Shell Scripting

There is a readme markdown file for each script in the readme directory.

The shell scripts (.sh files) need to be executable to work. Here's how to make files executable in bash.

chmod 755 <script you want to run>

For example, the follwing will make env.sh executable:

chmod 755 ./scripts/env.sh

About

Practicing bash shell scripting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages