mirror of
https://github.com/cheat/cheat.git
synced 2026-06-17 22:07:40 +02:00
Refactored the application per some feedback on reddit.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
To implement a for loop:
|
||||
for file in `ls .`;
|
||||
do echo 'file';
|
||||
echo 'found';
|
||||
done
|
||||
Reference in New Issue
Block a user