ch ch ch ch changes

This commit is contained in:
Daniel Lundin 2020-11-15 14:30:52 +01:00
parent adc3e52ec4
commit 3272bf6d35
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
7 changed files with 33 additions and 20 deletions

5
bin/tmux-nvr Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
tmux select-window -t1
FILE="$1"
shift
exec nvr --remote "$@" $(readlink -f "$FILE")