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