Skip to content

Commit 319e6d3

Browse files
committed
Adding shebang line to recycler.py
1 parent 67dc748 commit 319e6d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recycle.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
#!/usr/bin/env python
3+
14
import argparse, os
25
from recycle.utils import *
36

0 commit comments

Comments
 (0)