#!/bin/bash

echo "[NCU]"

# this is a mock of nsight compute cli tool that just executes the program
# given as the last argument
"${@: -1}"
