0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

Fix shebang #125

Closed Freed-Wu closed 11 months ago

Freed-Wu commented 11 months ago

NixOS doesn't have /bin/bash. Change it to /usr/bin/env bash.

Freed-Wu commented 11 months ago

Repeated with #110