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

5 lines
58 B
Bash
Executable File

#!/bin/bash
source bin/activate
./price_checker.py
exit 0