This commit is contained in:
despiegk 2025-04-19 19:17:58 +02:00
parent 86bb165bf2
commit 9dfe263c60

10
start.sh Executable file
View File

@ -0,0 +1,10 @@
#!/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