dotfiles/bin/tmux-nvr

6 lines
97 B
Text
Raw Normal View History

2020-11-15 14:30:52 +01:00
#!/bin/bash
tmux select-window -t1
FILE="$1"
shift
exec nvr --remote "$@" $(readlink -f "$FILE")