EmersonElectricCo / fsf

File Scanning Framework
Apache License 2.0
285 stars 49 forks source link

updating shebang to support running FSF in a virtualenv #24

Closed akniffe1 closed 8 years ago

akniffe1 commented 8 years ago

23

Updated shebang line on all python files to:

!/usr/bin/env python

This should allow analysts to run both FSF-Server and FSF-Client with python installed in non-default places on $PATH or with VIRTUALENV

h/t mpurzynski