ch ch ch ch changes
This commit is contained in:
parent
adc3e52ec4
commit
3272bf6d35
7 changed files with 33 additions and 20 deletions
bin
5
bin/tmux-nvr
Executable file
5
bin/tmux-nvr
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
tmux select-window -t1
|
||||
FILE="$1"
|
||||
shift
|
||||
exec nvr --remote "$@" $(readlink -f "$FILE")
|
Loading…
Add table
Add a link
Reference in a new issue