4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
./build.sh
|
|
java -jar target/jdbc-konsolen-projekt-1.0-SNAPSHOT-jar-with-dependencies.jar
|