Skip to content

Commit 101b144

Browse files
authored
Update linux-command-line.md
1 parent d0de67d commit 101b144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/posts/linux-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,11 @@ The sh shell is compatible with alot more unix like operating systems than just
334334

335335
### Conclusion:
336336

337-
Just use ``#!/bin/bash`` for linux bash scripts.
337+
Just use ``#!/bin/bash`` or ``#!/usr/bin/bash`` for linux bash scripts.
338338

339339
Just use ``#!/usr/bin/env bash`` for cross platform bash scripts.
340340

341-
Just use ``#!/bin/bash`` or ``#!/usr/bin/env sh`` for cross platform posix scripts.
341+
Just use ``#!/bin/sh`` or ``#!/usr/bin/env sh`` for cross platform posix scripts.
342342

343343
## File globbing
344344

0 commit comments

Comments
 (0)