Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dracoox
/
goty
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
goty
/
run_gotty.sh
dracoox
Create run_gotty.sh
fb36ee6
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
205 Bytes
#!/bin/bash
# Start gotty in the background
/usr/local/bin/gotty --permit-write --reconnect /bin/bash &
# Infinite loop that runs in the foreground
while
true
;
do
echo
"BiraloGaming"
sleep
1
done