mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:57:35 +00:00
Meta: Add run-local.sh
This allows one to set their desired parameters for run.sh without the need to set them in every terminal session or add it to the user account shell files. If a run-local.sh file exists at the repository root and is executable, it will be sourced. The file can contain any variables that are expected to be set in run.sh.
This commit is contained in:
parent
ab39a94fdf
commit
bb609cee7f
2 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -23,6 +23,7 @@ compile_commands.json
|
|||
.clangd
|
||||
.idea/
|
||||
cmake-build-debug/
|
||||
run-local.sh
|
||||
sync-local.sh
|
||||
.vim/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue