add note about inline comments
This commit is contained in:
parent
4a2ec0efd3
commit
821e2550c4
1 changed files with 5 additions and 1 deletions
|
@ -60,6 +60,8 @@ RUN : \
|
||||||
&& printf '\033[1m%s\033[m: %s\n' >&2 \
|
&& printf '\033[1m%s\033[m: %s\n' >&2 \
|
||||||
noted "$*" \
|
noted "$*" \
|
||||||
;} \
|
;} \
|
||||||
|
# this is an inline comment! it should end with a semicolon, \
|
||||||
|
# because vim's syntax highlighting is bad. \
|
||||||
&& note '\\( o _ o )//' \
|
&& note '\\( o _ o )//' \
|
||||||
;
|
;
|
||||||
```
|
```
|
||||||
|
@ -123,4 +125,6 @@ RUN : \
|
||||||
|
|
||||||
* **TODO:** explain `while cmd \ ;do : \ && cmd \ ;done`.
|
* **TODO:** explain `while cmd \ ;do : \ && cmd \ ;done`.
|
||||||
|
|
||||||
* **TODO:** explain `test`s.
|
* **TODO:** explain `test`s?
|
||||||
|
|
||||||
|
* **TODO:** explain the two different kinds of commends.
|
||||||
|
|
Loading…
Add table
Reference in a new issue