Last Sync: 2022-06-11 19:30:03

This commit is contained in:
tactonbishop 2022-06-11 19:30:03 +01:00
parent 077258d8cd
commit 24980e4447

View file

@ -3,7 +3,7 @@ tags:
- Programming_Languages
- shell
---
# Passing arguments to scripts
## Relation between commands and programs
Whenever we issue a command in bash we are really running an executable program that is associated with the command. This is why when we create our own bash scripts we must run `chmod` to make them executables. When we issue a command like `./file.sh` we are running an executable program.