make everything executable #1

Merged
Wardyn merged 1 commits from :executable into trunk 2023-09-01 16:06:33 -07:00
Contributor

All executable files have a proper shebang line and are marked with the executable bit. I considered using python3, but all modern distros now call python 3 "python". In particular, the python3.8 shebang was changed, because it's not expected for users to have that specific version, especially given how old it is now.

All executable files have a proper shebang line and are marked with the executable bit. I considered using `python3`, but all modern distros now call python 3 "python". In particular, the `python3.8` shebang was changed, because it's not expected for users to have that specific version, especially given how old it is now.
KayFaraday added 1 commit 2023-07-30 19:25:05 -07:00
Wardyn merged commit 803754cb42 into trunk 2023-09-01 16:06:33 -07:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Wardyn/wardyns-feditools#1
No description provided.