#!/bin/bash echo 'Updating...' git pull origin master echo 'Finished. Starting bot...' systemctl --user restart discord-bot