#!/bin/bash cd "$(dirname "$0")" # Change to the directory where the script is located # eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id-ed25519-airsltd-homepc-hf git add . git commit -m "update" git push