Release v1.0.1: Fix shell command execution with operators
- Fix shell command execution with operators (&&, ||, |, etc.) in --exec mode
- Commands with shell operators now properly execute using shell=True
- Improved error handling for command not found scenarios
- Maintains backward compatibility for simple commands without shell operators