fix shebangs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user