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