c17af97
Extensions need shebangs to be added to them
c17af97
---------------------------------------------
c17af97
c17af97
When using the extensions that are provided in the /usr/share/doc/timew
c17af97
directory, please remember to re-add shebangs to them after copying them over.
c17af97
The shebang should be:
c17af97
c17af97
#!/usr/bin/python3
c17af97
c17af97
They must also be made executable:
c17af97
c17af97
chmod +x <extension file>