Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
jyushimatsu
/
LibreX-fork
Watch
1
Star
0
Fork
0
ファイル
ツリー:
18bc376411
ブランチ
タグ
master
LibreX-fork
/
auto_updater.sh
auto_updater.sh
61 B
履歴
Raw
1
2
3
4
5
6
7
#!/bin/sh
while true; do
git stash
git pull
sleep 60
done