and shebangs and make all scripts executable

This commit is contained in:
2023-09-27 16:47:55 +02:00
parent fb50c076fe
commit 768f1c66e6
6 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
# needs lowdown and feegden installed
# feedgen can be installed with pip
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#! /usr/bin/env python3
# just testing markdown library for now
from markdown import markdown as to_markdown
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#! /usr/bin/env python3
import os
PAGES = [
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
import freetype
import io
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#! /usr/bin/env python3
import csv
import datetime as dt
from dateutil import relativedelta
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
import csv
from datetime import datetime