5 lines
52 B
Bash
5 lines
52 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -x
|
||
|
cd ../
|
||
|
./gradlew bootrun
|