Add shebang to cli/joomla.php and make it executable (#40351)

* Add shebang to cli/joomla.php and make it executable

* Update joomla.php
This commit is contained in:
Nicholas K. Dionysopoulos 2023-04-11 02:08:07 -04:00 committed by GitHub
parent 76536ebfee
commit a540f72124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
cli/joomla.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
/**