Added shebang to python scripts
This commit is contained in:
parent
76fdc8f43b
commit
32093b62b2
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/python
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/python
|
||||||
# This script is for downloading stuff ONCE. This is for, let's say, playlists that will never change again that you want to download.
|
# This script is for downloading stuff ONCE. This is for, let's say, playlists that will never change again that you want to download.
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/python
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user