7 lines
50 B
Bash
Executable File
7 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd deps/scaie-v
|
|
|
|
mvn package
|
|
|
|
popd |