Files
weather-app/auto-pull.sh
2025-08-02 14:38:10 +02:00

7 lines
96 B
Bash

#!/bin/bash
cd /pfad/zu/deinem/repo
while true; do
git pull
sleep 10
done