dotfiles/symlinks/bin/git-explore-local

9 lines
76 B
Bash
Executable file

#!/bin/sh
TEMPDIR=$(mktemp -d)
git clone $1 $TEMPDIR
cd $TEMPDIR
nvim .