concretecms / console

A command line utility for working with Concrete CMS.
MIT License
11 stars 3 forks source link

bin entrypoint structure #7

Closed mlocati closed 3 years ago

mlocati commented 3 years ago

At the moment, bin/concrete is pretty useless: it's only role is to call bin/concrete.php

What about:

  1. deleting bin/concrete
  2. renaming bin/concrete.php as bin/concrete. making it executable, and setting its shebang as #!/usr/bin/env php?
  3. add a Windows entrypoint bin/concrete.bat like we have in the core repo?