wfxr.forgit/bin/git-forgit

9 lines
116 B
Bash
Executable file

#!/usr/bin/env bash
set -e
source "$FORGIT_INSTALL_DIR/forgit.plugin.zsh"
cmd="$1"
shift
forgit::${cmd/-/::} "$@"