mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 00:05:27 +01:00
Refactored the application per some feedback on reddit.
This commit is contained in:
5
.cheat/bash
Normal file
5
.cheat/bash
Normal file
@@ -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