# TODO "screen_pid", for clean session
#   plan - when "bouncing", record pid of the shell; this is the same pid that
#   will always be the main client of the screen.

for name; do
	pidfile="$HOME/.splish.client.pids/$name"
	pid="`<"$pidfile"`"
	if [ -d /proc/"$pid" ]; then
		echo "`<$pidfile`"
#	else
#		rm "$pidfile"
#  keep, it's a useful time-based log?
	fi
done 2>/dev/null
