fix: add hashbang to hook launcher

This commit is contained in:
ptrcnull 2024-03-16 07:29:10 +01:00
parent d6c80b4015
commit dfb239346b
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA

View file

@ -1,2 +1,3 @@
#!/usr/bin/env python3
from nyacme.hook import main
main()