789
Yes (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] callyral@pawb.social 3 points 11 months ago* (last edited 11 months ago)

i thought most unix-like systems had it symlinked to a shell like dash. it's what i have on my system (void linux), of course not as an interactive shell lol

i use #!/bin/sh for posix scripts and #!/usr/bin/env bash for bash scripts. #!/bin/sh works for posix scripts since even if it's symlinked to bash, bash still supports posix features.

this post was submitted on 15 Nov 2023
789 points (96.2% liked)

Programmer Humor

19488 readers
1168 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS