4 lines
98 B
Bash
4 lines
98 B
Bash
|
|
#!/bin/bash
|
||
|
|
pip install openpyxl pdfplumber python-docx 2>/dev/null
|
||
|
|
python /tests/sop_verifier.py
|