7 lines
158 B
Python
Executable File
7 lines
158 B
Python
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
exec "${ROOT_DIR}/scripts/laptop_device_build.sh" build "$@"
|