goty / run_gotty.sh
dracoox's picture
Create run_gotty.sh
fb36ee6 verified
raw
history blame contribute delete
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