From 9dfe263c60f04e23f4673bd191a99e80a7ec2e3b Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 19 Apr 2025 19:17:58 +0200 Subject: [PATCH] ... --- start.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 start.sh diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..1c79db2 --- /dev/null +++ b/start.sh @@ -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 \ No newline at end of file