To run a Python program I take run the following manually:
conda activate sentence-splitter-service
python3 scripts/serve.py /opt/acorn/file-stream/acorn-sentence-request-local /opt/acorn/file-stream/acorn-language-request-local /opt/acorn/file-stream/acorn-document-response-local --port 8887
Can I run both of these in a shell script?