fix shebangs
This commit is contained in:
parent
a8cf4960ec
commit
15927f86f2
@ -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
|
||||||
|
@ -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":
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user