MinecraftServer / save_auto.sh
YoBatM's picture
Update save_auto.sh
62804d6 verified
raw
history blame
166 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">/dev/null;
done