add Saleae logs

This commit is contained in:
eddyem
2016-03-18 11:06:36 +03:00
parent 6443a7dbf4
commit 09bfdc51c2
23 changed files with 26153 additions and 0 deletions

2
00-logs/proc_historgram Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
cat $* | awk '{print $2 " " $3}' | sort | uniq -c | sort -n