#!/bin/sh git pull cargo b --release sudo systemctl stop ipblc sudo cp target/release/ipblc /usr/local/apps/ipblc/ipblc sudo systemctl start ipblc