This is just a Docker port of the very good autosub Python utility by agermanidis.
- Download
autosub
file - Move it to
/usr/local/bin/autosub
- Make sure it is executable
chmod a+x /usr/local/bin/autosub
- Use it like you installed with
pip
curl --fail -L https://github.com/giordanocardillo/autosub-docker/releases/download/1.0/autosub > /usr/local/bin/autosub && chmod a+x /usr/local/bin/autosub
Autosub documentation is here.
Thank you agermanidis!