This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
borg_interface/borg_interface

5 lines
65 B
Bash
Executable File

#!/bin/bash
source bin/activate
python3 borg_interface.py
exit 0