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.sh

6 lines
116 B
Bash
Raw Normal View History

2016-12-14 21:30:05 +01:00
#!/bin/bash
2016-12-16 17:11:58 +01:00
PATH=$PATH:borg_interface/bin/
2016-12-14 21:30:05 +01:00
source borg_interface/bin/activate
python3 borg_interface/main.py
exit 0