fix shebangs

This commit is contained in:
James 2019-09-07 10:19:22 +01:00
parent a8cf4960ec
commit 15927f86f2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/php #!/usr/bin/php
<?php <?php
/**************************************************** /****************************************************
* This will loop through a list of label names * This will loop through a list of label names

View File

@ -1,4 +1,4 @@
#!/bin/php #!/usr/bin/php
<?php <?php
/************************************************** /**************************************************
* this will process all issues titled "delete me": * this will process all issues titled "delete me":

View File

@ -1,4 +1,4 @@
#!/bin/php #!/usr/bin/php
<?php <?php
/************************************************************** /**************************************************************
* This will delete all comments that match a specific keyword * This will delete all comments that match a specific keyword