fb36ee6
1
2
3
4
5
6
7
8
9
10
#!/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