6 lines
62 B
Bash
6 lines
62 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
source .venv/bin/activate
|
||
|
|
|
||
|
|
./script/todo/todo.py
|