MinecraftServer / save_auto.sh
YoBatM's picture
Update save_auto.sh
6d6794c verified
raw
history blame
156 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