This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tigerphp
/
staghrm6
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b31118bf56
Branches
Tags
master
staghrm6
/
pull-master.sh
pull-master.sh
62 B
Historique
Raw
1
2
3
4
5
6
#!/bin/bash
while :
do
git pull origin master
sleep 10
done