save raw freq, add location

This commit is contained in:
Wolfgang Hottgenroth
2019-11-12 14:43:38 +01:00
parent 6a13da024d
commit 08c76f13de
4 changed files with 31 additions and 8 deletions

View File

@ -15,3 +15,10 @@ all: counter
.PHONY: clean
clean:
-rm -f *.o counter
.PHONY: deploy
deploy:
sudo systemctl stop counter
sudo cp counter /opt/sbin/
sudo systemctl start counter