Added CLI, improved error handling, small bugfixes
This commit is contained in:
9
test-pyquarantine
Executable file
9
test-pyquarantine
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python2
|
||||
|
||||
import sys
|
||||
import pyquarantine.cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
pyquarantine.cli.main()
|
||||
)
|
||||
Reference in New Issue
Block a user