librex/auto_updater.sh

7 lines
61 B
Bash

#!/bin/sh
while true; do
git stash
git pull
sleep 60
done