mirror of https://github.com/borgbackup/borg.git
5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
|
#!/usr/bin/env python
|
||
|
from attic.archiver import main
|
||
|
main()
|
||
|
|