diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-29 01:22:37 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-29 01:22:37 +0200 |
| commit | 225c11d8c66c97898b3a2c60c4bf6154903037df (patch) | |
| tree | 009d8a60f1727666104e1e4230e44ce016588ffb /content | |
| parent | e4227b00d13470c64c23b44c2f7cca808a334344 (diff) | |
cheatsheets/bash: add some dummy stuff
Diffstat (limited to 'content')
| -rw-r--r-- | content/cheatsheets/bash.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/content/cheatsheets/bash.md b/content/cheatsheets/bash.md index a5609f0..224a153 100644 --- a/content/cheatsheets/bash.md +++ b/content/cheatsheets/bash.md @@ -3,4 +3,12 @@ title = "bash" disable_share = true +++ -Ya +This is a cool bash snippet. + +```bash +#!/bin/bash + +if [ "$1" -eq 1 ]; then + exit 4 +fi +``` |
