✨ use shebang
This commit is contained in:
parent
76768dd143
commit
962ad63641
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import re
|
import re
|
||||||
|
import sys
|
||||||
|
|
||||||
# Setup argparse
|
# Setup argparse
|
||||||
argparser = argparse.ArgumentParser(description='Rename files identified as dangerous by clamav')
|
argparser = argparse.ArgumentParser(description='Rename files identified as dangerous by clamav')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue