Skip to content

Commit 7d77446

Browse files
committed
Add a shebang to allow users to run it directly
Some Linux distributions warp it by `gdb -q -x`: https://github.com/NixOS/nixpkgs/blob/4c5a4420f4f448bc4a3b78769771a6f81faeb01a/pkgs/by-name/gd/gdb-dashboard/package.nix#L30-L31
1 parent 616ed51 commit 7d77446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gdbinit

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env -S gdb -q -x
12
python
23

34
# GDB dashboard - Modular visual interface for GDB in Python.

0 commit comments

Comments
 (0)