mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 11:49:53 +03:00
5 lines
67 B
Python
Executable file
5 lines
67 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from elf_diff.__main__ import main
|
|
|
|
main()
|