NOTE: This is a experimental script and can contain bugs or issues, no command is executed without the users consent
COMMAND_PILOT_PATH=~/.local/bin/commandpilot # or any path in your $PATH you would like, I like to use ~/.local/bin for my own "scripts" and "binaries" # Download the script wget https://raw.githubusercontent.com/barthr/commandpilot/master/command-pilot.sh -O $COMMAND_PILOT_PATH # Set the correct permissions chmod +x $COMMAND_PILOT_PATH