aboutsummaryrefslogtreecommitdiff
path: root/with/with-git
blob: 8952a8278cf5b4c37ee5d53dfb7d06c21f529247 (plain)
1
2
3
4
5
#!/bin/sh
[ x"$1" = x"-s" ] && { s=$1; shift; } || s=
"$@"
[ -z "$s" ] || git status
exec repl "${GIT:-git}"