/usr/bin/tos-mviz is in tinyos-tools 1.4.2-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/bash
#
# $Id: tos-mviz,v 1.4 2006-12-12 18:23:02 vlahan Exp $
#
printenv CLASSPATH
java net.tinyos.mviz.DDocument $*
|