mirror of
https://github.com/LCPQ/quantum_package
synced 2024-10-31 19:23:50 +01:00
12 lines
115 B
Bash
Executable File
12 lines
115 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
TARGET=resultsFile
|
|
|
|
function _install()
|
|
{
|
|
cp -R ${BUILD} . || exit 1
|
|
}
|
|
|
|
source scripts/build.sh
|
|
|