#!/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