Files
nvcc/tests/fixtures/scripts/ncu
2024-02-01 14:55:17 +00:00

8 lines
142 B
Bash
Executable File

#!/bin/bash
echo "[NCU]"
# this is a mock of nsight compute cli tool that just executes the program
# given as the last argument
"${@: -1}"