10 lines
160 B
Bash
Executable File
10 lines
160 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#pid="$$"
|
|
#echo "scripts pid: ${pid}"
|
|
#echo "shells pid (hopefully): $(ps -o ppid)"
|
|
|
|
echo "pids[-2]: ${pids[-2]}"
|
|
path=$(pwd)
|
|
echo "$path"
|