7 lines
73 B
Bash
7 lines
73 B
Bash
alias_dir=$(dirname "$BASH_SOURCE")
|
|
|
|
echo $alias_dir
|
|
|
|
echo $BASH_SOURCE
|
|
|