9 lines
95 B
Bash
Executable File
9 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
source $(dirname $0)/env.sh
|
|
|
|
cd $LUNA_BUILD_DIR
|
|
|
|
$LUNA_BUILD clean
|