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

View file

@ -11,6 +11,6 @@ hub sync
if git rev-parse --verify --quiet $1; then
git checkout $1
else
git checkout -b $1 master
git checkout -b $1 main
git push -u origin $1
fi

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")