Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YoBatM
/
MinecraftServer
like
2
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
59a0240
MinecraftServer
/
save_auto.sh
YoBatM
Update save_auto.sh
3fbbc0f
verified
8 months ago
raw
Copy download link
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
&