mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-01-31 12:25:02 +03:00
5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/bash
|
|
# convert saleae logs into data files
|
|
./proc_exp canon.txt > $1.dat
|
|
cp canon.txt $1.txt
|