6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
echo "🐍 Starting MOTM Application..."
|
|
source venv/bin/activate
|
|
python main.py
|
|
|