Skip to content

Commit becf846

Browse files
committed
add python3 shebang and chmod +x
1 parent 7689512 commit becf846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generator/generator.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import argparse
24
import subprocess
35
import sys

0 commit comments

Comments
 (0)