File: demo.sh

package info (click to toggle)
python-rst2ansi 0.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 781; sh: 16; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download
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