Commit 193e0daf authored by Vitaly Lipatov's avatar Vitaly Lipatov

introduce realpath function

parent 20de844d
...@@ -68,6 +68,11 @@ print_list() ...@@ -68,6 +68,11 @@ print_list()
done done
} }
realpath()
{
readlink -f "$@"
}
get_root_git_dir() get_root_git_dir()
{ {
local DIR="$1" local DIR="$1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment