librex/auto_updater.sh

8 lines
63 B
Bash
Executable File

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