Updated SC1048 (markdown)

Ashay Humane
2017-07-09 21:42:13 -07:00
parent d0066ca4f2
commit b6e8b23fbf

@@ -17,6 +17,15 @@ then
# TODO: handle this
true
fi
# Or use the no-op colon operator ":"
```sh
if [ -e foo ]
then
# TODO: handle this
:
fi
```
```
### Rationale: