Skip to content

Commit

Permalink
Normal terminal run
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Jun 1, 2012
1 parent fa03def commit 0a4f456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/common.sh
Expand Up @@ -15,6 +15,7 @@ function xt() {
#echo xterm -geometry 70x10 -T "$1" -e node run.js $2:$3 $4:$5 &
#xterm -geometry 70x10 -hold -T "$1" -e node run.js $2:$3 $4:$5 &
#echo node run.js $2:$3 $4:$5
#node run.js $2:$3 $4:$5 &
tmux split-window "node run.js $2:$3 $4:$5"
tmux select-layout tiled
}

0 comments on commit 0a4f456

Please sign in to comment.