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