5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/sh
|
||
|
cd $(dirname $(realpath $0))
|
||
|
. venv/bin/activate
|
||
|
python quotes.py
|