Skip to content

Commit 6db6410

Browse files
committed
Merge pull request #2 from druvus/master
Adding shebang line to recycler.py
2 parents 67dc748 + 319e6d3 commit 6db6410

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)