wpt_csv_filter chmod + readme
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Usage: wpt_csv_filter.py [options]
|
||||
|
||||
Options:
|
||||
-h, --help show this help message and exit
|
||||
-f FILE, --file=FILE wpt csv input file
|
||||
-b BUGS, --bugs=BUGS ghostery (formated) bugs input file
|
||||
-k, --keep keeps the non bugs html element
|
||||
-s, --stats prints basic stats
|
||||
Regular → Executable
+2
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python2.7
|
||||
|
||||
import sys, csv, json, os
|
||||
from optparse import OptionParser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user