Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
jyushimatsu
/
LibreX-fork
Observar
1
Favorito
0
Fork
0
Arquivos
Tree:
18bc376411
Branches
Tags
master
LibreX-fork
/
auto_updater.sh
auto_updater.sh
61 B
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/sh
while true; do
git stash
git pull
sleep 60
done