39e20cb 98ca81a 2fa50f6
1
2
3
4
5
6
7
#!/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