Home
last modified time | relevance | path

Searched refs:PIDLIST (Results 1 – 1 of 1) sorted by relevance

/development/scripts/
Dstacks21 PIDLIST="$(pid --exact $1 || pid $1)"
22 if [[ $PIDLIST =~ ^[0-9]+$ ]] ; then
23 PID="$PIDLIST"
24 elif [ "$PIDLIST" ] ; then