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