Add quick install script for dev env

This commit is contained in:
project-repo 2023-04-13 17:24:14 +02:00
commit 333c1feb9e
5 changed files with 32 additions and 1 deletions

View file

@ -13,4 +13,7 @@ shellcheck --source-path=../example_scripts/ $(ls -Itesting-configurations) || R
cd "${MESONCURRENTCONFIGDIR}/example_scripts/" || RESULT=1
shellcheck ./*
cd "${MESONCURRENTCONFIGDIR}/scripts/" || RESULT=1
shellcheck ./*
exit "${RESULT}"