14 lines
224 B
Bash
Executable file
14 lines
224 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
#Bash3lper="$(cd "$(dirname "$0")" && pwd)"
|
|
Bscript=$(realpath "$0")
|
|
|
|
echo $Bscript
|
|
|
|
Bash3lper="$(cd "$(dirname "$0")" && pwd)"
|
|
Bscripts="../Bash3lper.sh"
|
|
|
|
echo $Bash3lper
|
|
echo $Bscripts
|
|
|
|
bash $Bscripts
|