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