Files
vibeline/post_process.sh

10 lines
176 B
Bash
Executable File

#!/bin/bash
# Activate the virtual environment
source vibenv/bin/activate
# Run the Python script
python src/post_process.py
# Deactivate the virtual environment
deactivate