zephyr/scripts/west

7 lines
195 B
Text
Raw Normal View History

#!/bin/sh
# Zephyr meta-tool (west) launcher alias, which keeps
# monorepo Zephyr installations' 'make flash' etc. working.
here=$(readlink -f $(dirname $0))
python3 "$here/west-launcher.py" $@