Where to place scripts?

!Friendica Developers currently we are shrinking the “include” folder – which is a good thing. The goal should be that this folder is removed completely. One step will be the moving of the worker jobs to a new place. I will prepare a PR today.

Another stepp will be the future placement of the scripts. We do have scripts than have to be called by command line. These are:

  • auth_ejabberd.php
  • dbstructure.php
  • poller.php

Question is: Should we create a /scripts folder for it? I don’t think that they belong to /util since this seems to be more a place for tools that aren’t used on a daily basis.

What do you think?