10 lines
114 B
Bash
Executable File
10 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
source $(dirname $0)/env.sh
|
|
|
|
cd $LUNA_ROOT
|
|
|
|
tools/rebuild-iso.sh
|
|
|
|
tools/fast-run.sh $@ |