1
0
Fork 0
forked from ahurac/dotfiles

updateall : script update git exécution avec agent SSH

This commit is contained in:
Ahurac 2023-12-09 12:47:41 +01:00
parent 22c5766009
commit 80c20a3404

View file

@ -1,5 +1,9 @@
#!/bin/sh -ex #!/bin/sh -ex
if [ -z "$SSH_AGENT_PID" ]; then
exec ssh-agent "$0" "$@"
fi
ssh-add ssh-add
update_repo() { update_repo() {