make everything executable

This commit is contained in:
Kay Faraday 2023-07-31 02:18:11 +00:00
parent 00f754aae9
commit 63d343cc2f
6 changed files with 6 additions and 2 deletions

2
autodeny.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8 #!/usr/bin/env python
import sys import sys
import os import os
import re import re

1
fedisearch.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Import modules # Import modules
import os import os
import html2text import html2text

1
generate_config.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import os import os
import requests import requests
import json import json

2
highestpost.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.8 #!/usr/bin/env python
import os import os
import sys import sys
import html2text import html2text

1
import_following.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import requests import requests
import json import json
import os import os

1
notification_sound.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import websocket import websocket
import os import os
from playsound import playsound from playsound import playsound