7 lines
89 B
Bash
7 lines
89 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
nvidia-smi
|
||
|
ibv_devinfo
|
||
|
test -f /home/dictxiong/.ssh/authorized_keys
|