SLBR/login.sh

12 lines
278 B
Bash
Raw Normal View History

2018-08-28 17:39:44 +00:00
#!/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