7 lines
110 B
Bash
7 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -f /tmp/calibration_data_*.csv
|
||
|
rm -f /tmp/resonances_*.csv
|
||
|
rm -f /tmp/raw_data_axis*.csv
|
||
|
|
||
|
exit 0
|