dotfiles/symlinks/bin/git-explore-local

10 lines
86 B
Bash
Executable File

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