Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 280 Bytes

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 😅