add files

This commit is contained in:
2023-09-16 23:25:10 +03:00
parent 8f082dbe0f
commit d84ad915b7
5 changed files with 149 additions and 0 deletions

16
entrypoint.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
#echo 'export PATH=root/gn:"$PATH"' >> ${HOME}/.bashrc
#. ${HOME}/.bashrc
#echo 'export PATH=root/.local/bin:"$PATH"' >> ~/.bashrc
#. ~/.bashrc
. /root/gn/zephyr/zephyr-env.sh
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t all
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -h
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
$@