mirror of
https://github.com/eddyem/canon-lens.git
synced 2025-12-06 02:25:15 +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
|