Hugging Face
Models
Datasets
Spaces
Posts
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...
7420bda
MinecraftServer
/
save_auto.sh
YoBatM
Update save_auto.sh
aedb690
verified
7 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
#!/bin/bash
# Verificar si se pasaron los archivos de entrada y salida como parámetros
while
true
;
do
sleep
60
bash save_full.sh
"
$1
"
"
$2
"
"
$3
"
;
done