dotfiles/symlinks/bin/git-explore-local
2021-11-09 14:44:44 +01:00

9 lines
86 B
Bash
Executable file

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