mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 11:40:48 +05:30
8 lines
142 B
Bash
Executable File
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}"
|