I want to automate the installation of fusemq. I've unzip'ed it and done all the easy stuff.
For a manual install I fire up ./fusemq and enter commands:
FuseMQ:karaf@root> features:install wrapper <------------------- enter command
FuseMQ:karaf@root> wrapper:install <------------------- enter command
How can automate this? I've tried expect scripts but it's just not right. I cannot find a way to do this in a shell script or via an API.