#!/bin/sh

pstree -p | awk -v PID=$1 -f awkscript
