hostbasket/start.sh
2025-04-19 19:17:58 +02:00

10 lines
184 B
Bash
Executable File

#!/bin/bash
# Change to the directory where the script is located
cd "$(dirname "$0")"
# Navigate to the Actix application directory
cd actix_mvc_app
# Run the application
cargo run