laneya

multiplayer roguelike game
git clone https://git.ce9e.org/laneya.git

commit
d1c6fe6a33122bc08b638f26d5897140fabd70f2
parent
72a7237458c705ee78039b20289ed7d48625e705
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-08-03 14:58
add script to start client + server in tmux

Diffstat

A run.sh 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/run.sh b/run.sh

@@ -0,0 +1,6 @@
   -1     1 #!/bin/sh
   -1     2 
   -1     3 . .env/bin/activate
   -1     4 tmux \
   -1     5 	new-session 'laneyad' \; \
   -1     6 	new-window 'laneya'