1 parent d0de67d commit 101b144Copy full SHA for 101b144
1 file changed
content/posts/linux-command-line.md
@@ -334,11 +334,11 @@ The sh shell is compatible with alot more unix like operating systems than just
334
335
### Conclusion:
336
337
-Just use ``#!/bin/bash`` for linux bash scripts.
+Just use ``#!/bin/bash`` or ``#!/usr/bin/bash`` for linux bash scripts.
338
339
Just use ``#!/usr/bin/env bash`` for cross platform bash scripts.
340
341
-Just use ``#!/bin/bash`` or ``#!/usr/bin/env sh`` for cross platform posix scripts.
+Just use ``#!/bin/sh`` or ``#!/usr/bin/env sh`` for cross platform posix scripts.
342
343
## File globbing
344
0 commit comments