bash-life (#15)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
jf
2025-05-20 22:24:20 +02:00
parent 5e313b2c35
commit 72f51219fa
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
title: "Bash life"
summary: "Bourne Again SHell"
author:
- JF
date: 20-05-2025
---
[Bash cheatsheet](https://devhints.io/bash)
[Bash strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/)
```bash
set -euo pipefail
IFS=$'\n\t'
```