Haidra-Org / AI-Horde-CLI

python script integrating with the AI Horde via a command line interface
GNU Affero General Public License v3.0
56 stars 15 forks source link

Make executable scripts excutable #14

Open marcusmueller opened 1 year ago

marcusmueller commented 1 year ago

Allows for ./script.py instead of python3 script.py

Necessitated conversion of DOS file endings to UNIX file endings (every Python can deal with both, and usually, IDEs, even under Windows, default to UNIX these days. It´s not the 1980s.

Signed-off-by: Marcus Müller marcus@hostalia.de

db0 commented 1 year ago

I'll check