root_agent / push.sh
geqintan's picture
update
39e20cb
raw
history blame contribute delete
201 Bytes
#!/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