4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
echo "Starting Backend..."
|
|
cd Backend
|
|
mvn spring-boot:run
|