Xonshiz / comic-dl

Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
https://github.com/Xonshiz/comic-dl
MIT License
538 stars 68 forks source link

Added shebang to ./cli.py to make the file executable #357

Open Le0X8 opened 3 months ago

Le0X8 commented 3 months ago

Hi, I added the Python shebang (#!/usr/bin/env python) to ./cli.py to make the file executable on Linux systems.

Before that, you had to type python ./cli.py instead of just ./cli.py because Linux would assume the file is binary code instead.