Spaces:
Runtime error
Runtime error
File size: 201 Bytes
a2a8029 |
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
|