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