freebsd-ports/graphics/xoris/files/xoris-run.sh
Beech Rintoul 0b817a7e29 - Update to 0.1e
- Update maintainer address

PR:		ports/131095
Submitted by:	Alexander Gromnitsky <alexander.gromnitsky@gmail.com> (maintainer)
2009-01-30 06:05:25 +00:00

11 lines
197 B
Bash

#!/bin/sh
while true
do
xoris | xmessage -buttons 'Grab,Quit' -nearmouse \
-xrm '*iconName:xoris output' \
-title 'xoris output' \
-geometry 180x65 \
-file -
[ $? -eq 102 ] && exit
done