A small bash utility to run binaries in a container
- Run supported binaries as arguments to
icr
icr ansible --version- Or symlink them to directly reference supported binaries
ln -s /path/to/icr /path/to/ansible
/path/to/ansible -- versionbash -c "source <(curl -s https://raw.githubusercontent.com/pretsadev/icr/main/icr-install)"This will install icr into .local/bin under the users home directory. And ask to optionally install symlinks for supported binaries.
Remove icr
rm ~/.local/bin/icrIf symlinks were installed, also remove them e.g.
rm ~/.local/bin/ansible- Ansible
ansibleansible-galaxyansible-playbookansible-runneransible-testansible-vault
- Antora
antora
- AWS Cli
aws