make everything executable #1
Loading…
Reference in New Issue
No description provided.
Delete Branch ":executable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, thepython3.8
shebang was changed, because it's not expected for users to have that specific version, especially given how old it is now.