This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
librex
mirror of
https://github.com/hnhx/librex.git
Watch
2
Star
0
Fork
1
Files
Issues
0
Wiki
Tree:
c847b0c874
Branches
Tags
main
revert-113-main
revert-6-main
librex
/
auto_updater.sh
auto_updater.sh
63 B
History
Raw
1
2
3
4
5
6
7
#!/bin/sh
while
true
;
do
git stash
git pull
sleep 60
done