mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-14 03:54:25 +01:00
10 lines
176 B
Bash
Executable File
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 |