mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Explicitly mark comment lines in builtin sheets.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
To implement a for loop:
|
||||
# To implement a for loop:
|
||||
for file in `ls .`;
|
||||
do echo 'file';
|
||||
echo 'found';
|
||||
done
|
||||
|
||||
To implement a case command:
|
||||
# To implement a case command:
|
||||
case "$1"
|
||||
in
|
||||
0) echo "zero found";;
|
||||
|
Reference in New Issue
Block a user