8 lines
156 B
Bash
8 lines
156 B
Bash
#!/bin/sh
|
|
|
|
NAME=git-filter-repo
|
|
VERSION=nightly
|
|
UPSTREAM=https://github.com/newren/git-filter-repo.git
|
|
|
|
ln -s "$SRC/git-filter-repo" "$BIN/git-filter-repo"
|