Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
jyushimatsu
/
LibreX-fork
Segui
1
Vota
0
Forka
0
File
Albero (Tree):
18bc376411
Rami (Branch)
Tag
master
LibreX-fork
/
auto_updater.sh
auto_updater.sh
61 B
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/sh
while true; do
git stash
git pull
sleep 60
done