/usr/bin/bamz is in banshee 2.6.2-6.1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/usr/bin/env bash
MONO_PATH=/usr/lib/banshee exec -a bamz mono /usr/lib/banshee/Extensions/Banshee.AmazonMp3.exe $@
|