mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02: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