issues
search
g-viet
/
til
Today I learned
6
stars
0
forks
source link
Make bash file executable
#8
Open
g-viet
opened
6 years ago
g-viet
commented
6 years ago
Add
#!/bin/bash
at the top of file
Then
chmod u+x /dir/to/file.sh
#!/bin/bash
at the top of filechmod u+x /dir/to/file.sh