script file extension is not necessary (#30383)

pull/35767/head
j mahesh kumar 2019-04-05 02:49:51 +05:30 committed by Christopher McCormack
parent 414219965d
commit c1da78b816
1 changed files with 8 additions and 0 deletions

View File

@ -34,3 +34,11 @@ Hello World!
```
More info about shell-scripting can be found [here](https://www.shellscript.sh/)
//changes
script file extension is not necessary
In linux, script can be executed even without .sh extension.
for example test.sh can be executed if we leave it as test.
If we keep our script in user/bin then we can use script anywhere.