file permissions; #! line; moved things about

This commit is contained in:
2023-01-13 15:30:53 +01:00
parent d75e4093f0
commit 1623e339ac
5 changed files with 14 additions and 7 deletions

6
grum.py Normal file → Executable file
View File

@ -1,3 +1,7 @@
from grum.cli import main
#!/usr/bin/env python
from grum import main
main()