make executable and add shebangs
This commit is contained in:
parent
e54c149df4
commit
e422b28a34
1
src/close_all.php
Normal file → Executable file
1
src/close_all.php
Normal file → Executable 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
1
src/no_label_milestone.php
Normal file → Executable 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
1
src/repeat.php
Normal file → Executable 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
1
src/test.php
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user