mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Use env to get python bin, don't hard code path
This commit is contained in:
parent
9ce0abe0ff
commit
aad55e1b72
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
A module to construct corpora databases for the Hyperscan benchmarker
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
This script creates a Hyperscan benchmarking corpus database from a supplied
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
'''
|
||||
Simple script to take a file full of lines of text and push them into a
|
||||
|
Loading…
x
Reference in New Issue
Block a user