Skip to content

AshutoshPatole/shell_scripting

Repository files navigation

Simple shell scripting programs

Run permission.sh to give +x permission to all scripts

$ chmod 744 permission.sh
$ ./permission.sh

This can be achieved by this command also

$ chmod 744 *.sh

P.S: I don't know why I thought of creating a script for this 😅

About

Learning shell scripting 😁

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages