mirror of https://github.com/cheat/cheat.git
Merge branch 'master' of github.com:chrisallenlane/cheat
* 'master' of github.com:chrisallenlane/cheat: Cleaned up the loop
This commit is contained in:
commit
4abdc34c94
|
@ -1,7 +1,7 @@
|
||||||
# To implement a for loop:
|
# To implement a for loop:
|
||||||
for file in `ls .`;
|
for file in `ls .`;
|
||||||
do echo 'file';
|
do
|
||||||
echo 'found';
|
echo $file found;
|
||||||
done
|
done
|
||||||
|
|
||||||
# To implement a case command:
|
# To implement a case command:
|
||||||
|
|
Loading…
Reference in New Issue