9 lines
175 B
Bash
Executable File
9 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
export PROJECT=stellaris-launchpad-test
|
|
|
|
$DIR/make-parallel &&
|
|
lm4flash -v build-$PROJECT/lk.bin
|