Make scripts executable
This commit is contained in:
parent
aa8fa31195
commit
f0b93cd2f6
2
compile.py
Normal file → Executable file
2
compile.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sqlite3
|
||||
import gptc
|
||||
|
||||
|
|
2
download.py
Normal file → Executable file
2
download.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import feedparser
|
||||
import sqlite3
|
||||
import goose3
|
||||
|
|
2
export.py
Normal file → Executable file
2
export.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import sqlite3
|
||||
|
|
Loading…
Reference in New Issue
Block a user