MinecraftServer / save_auto.sh
YoBatM's picture
Create save_auto.sh
40eefe7 verified
raw
history blame
261 Bytes
#!/bin/bash
# Verificar si se pasaron los archivos de entrada y salida como parámetros
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3"]; then
echo "Uso: $0 archivo_de_entrada archivo_de_salida url"
exit 1
fi
while
sleep 30
do bash save_full.sh $1 $2 $3