diff options
Diffstat (limited to 'scripts/run_gdb.sh')
-rwxr-xr-x | scripts/run_gdb.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/run_gdb.sh b/scripts/run_gdb.sh index 1506b17..4845a70 100755 --- a/scripts/run_gdb.sh +++ b/scripts/run_gdb.sh @@ -1,4 +1,9 @@ #!/bin/bash +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## ##### Controllable parameters ##### QEMU_SHARED_FOLDER=~/UEFI_disk |