mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
9 lines
116 B
Bash
Executable file
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/-/::} "$@"
|