#!/bin/sh
screen -ls | awk -F'[.\t]' '/^\t/ {print $3}'
