use shebang

This commit is contained in:
Marc Koch 2022-08-02 15:40:58 +02:00
parent 76768dd143
commit 962ad63641
Signed by: marc
GPG Key ID: 12406554CFB028B9
2 changed files with 8 additions and 2 deletions

6
.idea/vcs.xml Normal file
View File

@ -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>

View File

@ -1,8 +1,8 @@
#!/usr/bin/env python
import argparse
import os
import sys
import re
import sys
# Setup argparse
argparser = argparse.ArgumentParser(description='Rename files identified as dangerous by clamav')