1 2 3 4 5 6 7
#!/bin/bash # SPDX-License-Identifier: LGPL-2.1-or-later set -e if [[ "$1" == "clangd" ]]; then exec "$@" fi