4 lines
53 B
Bash
4 lines
53 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
while true; do git pull ; sleep 10 ; done
|