Make scripts executable

This commit is contained in:
Samuel Sloniker 2022-11-25 09:29:39 -08:00
parent aa8fa31195
commit f0b93cd2f6
Signed by: kj7rrv
GPG Key ID: 1BB4029E66285A62
4 changed files with 8 additions and 0 deletions

2
compile.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sqlite3
import gptc

2
download.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import feedparser
import sqlite3
import goose3

2
export.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
import shutil
import sqlite3

2
stats.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sqlite3
import tomli