Archived
1
0

Remove zip library dependency

This commit is contained in:
Anmol Sethi
2020-06-03 18:23:42 -04:00
parent fd5c5960c2
commit c00f931500
7 changed files with 16 additions and 81 deletions

View File

@ -29,7 +29,7 @@ _realpath() {
root() {
script="$(_realpath "$0")"
bin_dir="$(dirname "$script")"
echo "$(dirname "$bin_dir")"
dirname "$bin_dir"
}
ROOT="$(root)"