Files
TGC-Hammer/scripts/build_scaie-v.sh

7 lines
50 B
Bash
Executable File

#!/bin/bash
pushd deps/scaie-v
mvn package
popd