mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-24 06:24:19 +02:00
Add quick install script for dev env
This commit is contained in:
parent
8eb0dcdd48
commit
333c1feb9e
5 changed files with 32 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue