6 lines
64 B
Bash
Executable file
6 lines
64 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
python3 -m goodreads
|