MinecraftServer / save_auto.sh
YoBatM's picture
Update save_auto.sh
aedb690 verified
raw
history blame contribute delete
156 Bytes
#!/bin/bash
# Verificar si se pasaron los archivos de entrada y salida como parámetros
while true;
do
sleep 60
bash save_full.sh "$1" "$2" "$3";
done