5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Paradoc only takes filename and stdin
|
||
|
python3 -m paradoc "$1"
|