add python shebang and add executable bit to file
This commit is contained in:
parent
ff5135c3d8
commit
c0e1d3d02f
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import random
|
||||
import string
|
||||
import webbrowser
|
Loading…
Reference in New Issue
Block a user