diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-15 19:51:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-15 19:51:49 +0100 |
| commit | 16c0a3da40ad176421fceffe77e789207a3f5e0f (patch) | |
| tree | 70f1ee6cb57bbf81324de03028901cafc2577d84 /scripts | |
| parent | 04965c1988ac9cf7e90d9655b5507f7d150e21c5 (diff) | |
[FEAT] Update script file name.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/any_ci_x64.sh (renamed from scripts/kernel_ci_x64.sh) | 0 | ||||
| -rwxr-xr-x | scripts/gdb.sh | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kernel_ci_x64.sh b/scripts/any_ci_x64.sh index 614ff65e..614ff65e 100755 --- a/scripts/kernel_ci_x64.sh +++ b/scripts/any_ci_x64.sh diff --git a/scripts/gdb.sh b/scripts/gdb.sh new file mode 100755 index 00000000..f908da16 --- /dev/null +++ b/scripts/gdb.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gdb -q -x src/boot/gdbinit |
