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

8 lines
143 B
Bash
Executable File

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