This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
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