LibreY/auto_updater.sh
2025-02-21 21:50:36 +05:30

6 lines
61 B
Bash

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