Skip to content

Commit 659b9b2

Browse files
gibatronicAdnan Ahmed
authored andcommitted

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ nohup command &
934934
The first line that you will write in bash script files is called `shebang`. This line in any script determines the script's ability to be executed like a standalone executable without typing sh, bash, python, php etc beforehand in the terminal.
935935

936936
```bash
937-
#!/bin/bash
937+
#!/usr/bin/env bash
938938
```
939939

940940
## 2.1. Variables

0 commit comments

Comments
 (0)