mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
feat: add file paths to debug-info
This commit is contained in:
parent
683734abba
commit
b23fb6732e
1 changed files with 8 additions and 1 deletions
|
@ -8,11 +8,18 @@ divider() {
|
|||
}
|
||||
show-version() {
|
||||
printf "%s %s %s\n" "$(divider)" "$1" "$(divider)"
|
||||
which "$1"
|
||||
which "$1" 2>/dev/null
|
||||
"$@"
|
||||
}
|
||||
|
||||
show-dir() {
|
||||
dir="$( dirname -- "$( readlink -f -- "$0"; )"; )"/../"$1"
|
||||
printf "%s\n%s\n%s\n" "$(divider)" "$(tree "$dir")" "$(divider)"
|
||||
}
|
||||
|
||||
show-version python --version
|
||||
show-version fontforge --version
|
||||
show-version docker --version
|
||||
show-version uname -a
|
||||
show-dir MonoLisa
|
||||
show-dir patched
|
Loading…
Reference in a new issue