chatGPT-shell-cli
chatGPT-shell-cli copied to clipboard
"cannot execute binary file"
The command mode does not appear to work for me:
Enter a prompt:
command: list files in /var/www/html
chatgpt ```bash
ls /var/www/html
```
Would you like to execute it? (Yes/No)
yes
Executing command: ```bash
ls /var/www/html
```
/usr/bin/ls: /usr/bin/ls: cannot execute binary file