(useful for debugging - reset data to zero)master
parent
8265325d2e
commit
c83c9bb9a7
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#rm -f daten.txt
|
||||||
|
#touch daten.txt
|
||||||
|
echo > daten.txt
|
||||||
|
echo 0 > counter.txt
|
||||||
|
echo OK, all done.
|
Loading…
Reference in new issue