mike dupont commited on
Commit
9b9e8f2
1 Parent(s): cb77754

adding sample

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -10,6 +10,7 @@ short_description: Display html
10
  ---
11
 
12
 
 
13
  ```
14
- grep o1js samples.gron | grep -v pnpm | cut -d= -f2 | sort | uniq -c | sort -n > report.txt
15
  ```
 
10
  ---
11
 
12
 
13
+ Collect a report
14
  ```
15
+ gron 499286.clinic-flame-samples | grep o1js | grep -v pnpm | cut -d= -f2 | sort | uniq -c | sort -n > report.txt
16
  ```