#!/bin/sh

for i in `w | grep ttyp | awk '{ print $2 }'`
do
	streams /dev/$i -o twtch
done
