mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
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 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# To implement a for loop:
|
||||
for file in `ls .`;
|
||||
do echo 'file';
|
||||
echo 'found';
|
||||
do
|
||||
echo $file found;
|
||||
done
|
||||
|
||||
# To implement a case command:
|
||||
|
|
Loading…
Reference in a new issue