File: demo.sh

package info (click to toggle)
python-rst2ansi 0.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 779; makefile: 16; sh: 16
file content (8 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

echo "" > out.rst

tmux new-session -s demo -n rst2ansi -d 'nvim out.rst -c ":set nobackup" -c ":set noswapfile"'
tmux splitw -t demo -h 'zsh ./demo/autoreload.sh'
tmux lastp -t demo
tmux -2 attach-session -t demo