kga_lua_server/serverloop.sh

6 lines
57 B
Bash
Executable File

#! /bin/bash
while true; do
lua init.lua
git pull
done