4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
export DISPLAY=:1001.0
|
|
/home/share/micromamba/bin/micromamba run -n uLib /usr/bin/gdb "$@"
|