mike dupont
commited on
Commit
·
9b9e8f2
1
Parent(s):
cb77754
adding sample
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ short_description: Display html
|
|
| 10 |
---
|
| 11 |
|
| 12 |
|
|
|
|
| 13 |
```
|
| 14 |
-
grep o1js
|
| 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 |
```
|