EV revised this gist . Go to revision
1 file changed, 3 insertions, 1 deletion
shebang
@@ -1,3 +1,5 @@ | |||
1 | 1 | #!/bin/sh | |
2 | 2 | ||
3 | - | echo 'Hello World' | |
3 | + | echo 'Hello World' | |
4 | + | ||
5 | + | # No highlighting without file extension :( |
EV revised this gist . Go to revision
1 file changed, 3 insertions
shebang(file created)
@@ -0,0 +1,3 @@ | |||
1 | + | #!/bin/sh | |
2 | + | ||
3 | + | echo 'Hello World' |