all: run run: ./src/nbmrec.sh install: sudo cp ./src/nbmrec.sh /usr/local/bin/nbmrec.sh sudo cp ./conf/nbmrec.service /etc/systemd/system/nbmrec.service sudo cp ./conf/nbmrec.timer /etc/systemd/system/nbmrec.timer sudo systemctl daemon-reload sudo systemctl enable nbmrec.timer uninstall: sudo rm -rf /usr/local/bin/nbmrec.sh sudo rm -rf /etc/systemd/system/nbmrec.service /etc/systemd/system/nbmrec.timer sudo systemctl daemon-reload