
#!/bin/bash

systemctl status cmmt_revolution | tr -cd '\11\12\15\40-\176'

exit $?

