#!/bin/bash
user=sam . get_user
export mode="-D -RR"
for A; do
	ps auxf | grep "[s]creen.*$A" | txt2tsv | kut 2 | xargs kill
done
exec ss "$@"
