client/tintin-2.02.60 #1
@ -1,4 +1,4 @@
|
|||||||
cd ~/documents/MUD/Discworld
|
cd "$(dirname '$0')"
|
||||||
rm logs/history.log
|
rm logs/history.log
|
||||||
|
|
||||||
# No existing discworld session? Then create one
|
# No existing discworld session? Then create one
|
||||||
@ -30,7 +30,7 @@ if [ -n "$TMUX" ] || [ "$DISC_SESSION_CREATE" = "1" ]; then
|
|||||||
tmux send-keys 'clear && tail -fs .5 logs/chat.log' 'C-m'
|
tmux send-keys 'clear && tail -fs .5 logs/chat.log' 'C-m'
|
||||||
|
|
||||||
# Did we ask for the full layout?
|
# Did we ask for the full layout?
|
||||||
if [[ $1 == "full" || $1 != "full" ]]; then
|
if [[ $1 == "full" ]]; then
|
||||||
# Horizontal split and load spottimers
|
# Horizontal split and load spottimers
|
||||||
echo "Making death timer window"
|
echo "Making death timer window"
|
||||||
tmux select-pane -t discworld:0.1
|
tmux select-pane -t discworld:0.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user