mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-03-22 01:30:58 +03:00
add Saleae logs
This commit is contained in:
2
00-logs/proc_historgram
Executable file
2
00-logs/proc_historgram
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cat $* | awk '{print $2 " " $3}' | sort | uniq -c | sort -n
|
||||
Reference in New Issue
Block a user