5 lines
145 B
Bash
5 lines
145 B
Bash
#!/bin/bash
|
|
# Start development environment
|
|
|
|
echo "Starting Crypto Trading Bot Dashboard development environment..."
|
|
python scripts/dev.py start |