Move to files/

This commit is contained in:
Gerald Pinder
2024-04-16 17:06:56 -04:00
parent 99b2e6d091
commit 29b9627660
28 changed files with 1 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
set -euo pipefail
cd /usr/bin/
curl -L "https://github.com/vadimcn/vscode-lldb/releases/download/v1.7.0/codelldb-x86_64-linux.vsix" -o "codelldb-x86_64-linux.zip"
unzip "codelldb-x86_64-linux.zip" "extension/adapter/*" "extension/lldb/*" > /dev/null
rm -f "codelldb-x86_64-linux.zip"
mv extension/ codelldb_adapter
ln -s $(pwd)/codelldb_adapter/adapter/codelldb /usr/bin/codelldb
codelldb -h > /dev/null