make executable and add shebangs

This commit is contained in:
James 2019-08-29 07:37:12 +01:00
parent e54c149df4
commit e422b28a34
4 changed files with 4 additions and 0 deletions

1
src/close_all.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
// load the config, create the connection and load the repo sepcified on the cmd line args
// we will then have $client and $repo available

1
src/no_label_milestone.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
/*****
** 1a. Adds a no-milestone label to any issues with no milestone

1
src/repeat.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
// load the config, create the connection and load the repo sepcified on the cmd line args
// we will then have $client and $repo available

1
src/test.php Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
// load the config, create the connection and load the repo sepcified on the cmd line args
// we will then have $client and $repo available