for/if/while: add
This commit is contained in:
11
pages/common/if.md
Normal file
11
pages/common/if.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# if
|
||||
|
||||
> Simple shell conditional
|
||||
|
||||
- Echo a different thing depending on a command's success.
|
||||
|
||||
`{{command}} && echo "success" || echo "failure"`
|
||||
|
||||
- Full if syntax.
|
||||
|
||||
`if {{condition}}; then echo "true"; else echo "false"; fi`
|
Reference in New Issue
Block a user