diff --git a/scripts/update b/scripts/update new file mode 100644 index 0000000..99bc61d --- /dev/null +++ b/scripts/update @@ -0,0 +1,9 @@ +#!/bin/sh + +systemctl stop aboba.service +cc -o build build.c +./build make +cp ./aboba /usr/local/bin/aboba +sudo systemctl start aboba.service +sudo systemctl status aboba.service +