dotfiles/symlinks/bin/git-explore-local

10 lines
76 B
Plaintext
Raw Normal View History

2021-10-16 15:36:16 +00:00
#!/bin/sh
TEMPDIR=$(mktemp -d)
git clone $1 $TEMPDIR
cd $TEMPDIR
nvim .