LibreZ/auto_updater.sh

7 lines
61 B
Bash
Raw Normal View History

2023-10-07 15:58:03 +02:00
#!/bin/sh
while true; do
git stash
git pull
sleep 60
done