3 lines
50 B
Bash
3 lines
50 B
Bash
# add executable flag to file.
|
|
alias x="chmod +x"
|
# add executable flag to file.
|
|
alias x="chmod +x"
|