colorful rat Ratfactor.com > Dave's Repos

meow5

A stack-based pure inlining concatenative programming language written in NASM assembly
git clone http://ratfactor.com/repos/meow5/meow5.git

meow5/tmux.cmds

Download raw file: tmux.cmds

1 new-window vim meow5.asm 2 split-window -h bash 3 display-message "Welcome to the Thunderdome" 4 5 # TO TRY: send keys to run something in other one... 6 # First, name the other pane, then we can call it: 7 #tmux send-keys -t "pane name goes here" './build.sh run' Enter 8