/usr/bin/expyriment-cli is in python-expyriment 0.7.0+git34-g55a4e7e-3.2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
set -e
python -m expyriment.cli $* |sed 's/ python -m expyriment.cli / expyriment-cli /g'
|