#!/bin/sh systemctl stop aboba.service ./build clean cc -DMY_DEBUG=0 -o build build.c ./build make cp ./aboba /usr/local/bin/aboba sudo systemctl start aboba.service sudo systemctl status aboba.service