SLBR/login.sh

12 lines
274 B
Bash
Executable File

#!/bin/sh
. /etc/profile.d/apps-bin-path.sh
echo "The game has not started yet! Grab a cup of tea, or just wait here."
while test -z $(cat /home/slbr/gamestatus) || break
do
printf "."
sleep 1
done
echo "READY.......BEGIN!"
sleep 1
lxc exec $(whoami) /usr/bin/tmuxinit.sh