i need to eval an object from my linux commandline. I understand that clap-st is able to do this, but I can't seem to import it into pharo7, I suppose because of compatability reasons.

Someone sent me this, but I can't seem to replicate the help screen. Is it because I'm on linux and he's on mac?

prometheus:2018-12-20 sven$ ./pharo Pharo.image printVersion��
[version] 'Pharo7.0.0' 'Pharo-7.0.0+rc1.build.66.sha.0ff3a6c1c0f1d9b2876c50e19b790dd7bb926dd9 (64 Bit)'��

prometheus:2018-12-20 sven$ ./pharo Pharo.image --list��
Currently installed Command Line Handlers:��
�� �� loadHermes�� �� �� �� �� �� Loads the hermes files passed as parameter��
�� �� printVersion�� �� �� �� �� Print image version��
�� �� save�� �� �� �� �� �� �� �� �� Rename the image and changes file��
�� �� initializePackages�� �� Initialize packages and protocols from a given lists��
�� �� st�� �� �� �� �� �� �� �� �� �� Loads and executes .st source files��
�� �� config�� �� �� �� �� �� �� �� Install and inspect Metacello Configurations from the command line��
�� �� metacello�� �� �� �� �� �� ��Install and inspect Metacello Baselines/Configurations from the command line��
�� �� test�� �� �� �� �� �� �� �� �� A command line test runner��
�� �� Fuel�� �� �� �� �� �� �� �� �� Loads fuel files��
�� �� clean�� �� �� �� �� �� �� �� ��Run image cleanup��
�� �� get�� �� �� �� �� �� �� �� �� ��Install catalog projects from the command line (consult catalog at http://catalog.pharo.org)��
�� �� perform�� �� �� �� �� �� �� ��Perform given message on a specified class or global��
�� �� eval�� �� �� �� �� �� �� �� �� Directly evaluates passed in one line scripts��