/usr/bin/POWplot is in ftools-pow 5.4+dfsg-1build1.
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 | #!/bin/sh
export XLIB_SKIP_ARGB_VISUALS=1
export POW_LIBRARY=/usr/share/ftools/POW
export POW_HELPDIR=/usr/share/doc/ftools-pow/
exec wish $POW_LIBRARY/POWplot.tcl -- $*
|