I wrote some shell scripts on bash on link: https://github.com/trouchet/sappio/blob/main/scripts/docker-utils.sh. However, I am unable to export them as terminal commands.
I thought, it would be simple to export it and use as bash aliases to its commands: run command bash docker-utils.sh
from scripts
folder. However, when I try command run sanitize
from bash terminal, the output comes out:
Command 'sanitize' not found, did you mean:
command 'sanitizer' from deb sanitizer (1.76-5)
Try: sudo apt install <deb name>
I tried already the command chmod +x ./scripts
, but still get the same output.