5 lines
143 B
Bash
5 lines
143 B
Bash
#!/bin/bash
|
|
# Stop development environment
|
|
|
|
echo "Stopping Crypto Trading Bot Dashboard development environment..."
|
|
python scripts/dev.py stop |