mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
10 lines
197 B
Bash
Executable File
10 lines
197 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
|
|
"$SCRIPT_DIR/update_py_deps.sh"
|
|
"$SCRIPT_DIR/update_tree_sitter_extractors_deps.sh"
|