7 lines
77 B
Bash
Executable file
7 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
PATH=env/bin:${PATH}
|
|
|
|
python3 -m todoist_github
|