Blob Blame History Raw
Extensions need shebangs to be added to them
---------------------------------------------

When using the extensions that are provided in the /usr/share/doc/timew
directory, please remember to re-add shebangs to them after copying them over.
The shebang should be:

#!/usr/bin/python3

They must also be made executable:

chmod +x <extension file>