#!/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