generic-poky/scripts/hob

6 lines
53 B
Bash
Executable File

#!/usr/bin/env bash
bitbake -u hob
ret=$?
exit $ret