6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
echo "🚀 Iniciando Demo SaaS..."
|
|
echo ""
|
|
python3 app.py
|