commit: 30a30507c911d4048000dbbc1a3bc195e960a86e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 24 01:19:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 24 01:19:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=30a30507
leaf-packages.py: add Python shebang Signed-off-by: Sam James <sam <AT> gentoo.org> leaf-packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/leaf-packages.py b/leaf-packages.py index 15cafe8..976cb31 100755 --- a/leaf-packages.py +++ b/leaf-packages.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # From Leo3418's GSoC 2021 work # https://leo3418.github.io/2021/07/18/find-leaf-packages.html
