mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 21:50:42 +02:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "\n\n [i] Starting DeepSea dashboard ...\n\n"
|
|
|
|
exec python3 App.py
|