diff --git a/README.md b/README.md index 78422b9..7f5f26a 100644 --- a/README.md +++ b/README.md @@ -934,7 +934,7 @@ nohup command & 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. ```bash -#!/bin/bash +#!/usr/bin/env bash ``` ## 2.1. Variables