10 lines
98 B
Bash
Executable File
10 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./gradlew classes --continuous &
|
|
./gradlew bootRun &
|
|
|
|
npm run watch
|
|
|
|
kill %2
|
|
kill %1
|