Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YoBatM
/
MinecraftServer
like
2
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
29c3b2c
MinecraftServer
/
save_auto.sh
YoBatM
Update save_auto.sh
3fbbc0f
verified
about 1 year 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
&