Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 189 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 189 Bytes

Shell-Programming

For Current Directory

chmod +x ./fileName.sh

then ./fileName.sh

You have to use the whole path instead of . if you are executing it outside of the directory.