bundlewrap/bin/script-template
mwiegand f60108dee1 wip
2021-06-17 02:13:25 +02:00

6 lines
158 B
Python
Executable file

#!/usr/bin/env python3
from bundlewrap.repo import Repository
from os.path import realpath, dirname
repo = Repository(dirname(dirname(realpath(__file__))))