Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Making the file executable

  • The command chmod A.K.A change mode is used to change the access permissions of a file
  • you can check the access permissions using ls -l
chmod +x ./challenge_one.sh

Running the script

  • /path/to/the/script
./challenge_one.sh