5 lines
67 B
Bash
5 lines
67 B
Bash
|
# !/bin/sh
|
||
|
GIT_REP=$(git rev-parse --show-toplevel)
|
||
|
|
||
|
echo $GIT_REP
|