1#!/usr/bin/env bash 2# 3# Ship the environment to the C++ action 4# 5set -eu 6 7# Set-up the environment 8%{env} 9 10# Call the C++ compiler 11%{deps_scanner} -format=p1689 -- %{cc} "$@" >"$DEPS_SCANNER_OUTPUT_FILE" 12