#! /usr/bin/bash

window_id=$1
shift
/usr/X11R6/bin/xwininfo $@ -id $window_id | ${PAGER:-less}
