bundlewrap/bin/script_template
mwiegand 5f85594b32 wip
2021-10-09 22:15:03 +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__))))