Login
Roast topics
Find topics
Find it!
From:
Rik's Weblog
(Uncensored)
subscribe
Set -euxo pipefail
https://huijzer.xyz/posts/6
links
backlinks
Roast topics
Find topics
Roast it!
To make working with Bash scripts less problematic, I've switched to these default shebang and settings: ```bash #!/usr/bin/env bash set -euxo pi...