Files
llgo/_lldb/runlldb.sh
2024-09-22 11:52:23 +08:00

13 lines
190 B
Bash
Executable File

#!/bin/bash
set -e
# Source common functions and variables
# shellcheck source=./_lldb/common.sh
source "$(dirname "$0")/common.sh"
executable="$1"
# Run LLDB
"$LLDB_PATH" "$executable"