#!/bin/sh
set -e

echo "Running shellcheck on installed script..."
shellcheck --severity=error /usr/libexec/nvme-interrupt-coalescing.sh
shellcheck --severity=error /usr/libexec/dgx-desktop-docker-gpus.sh
shellcheck --severity=error /usr/libexec/dgx-desktop-pro-activation.sh
shellcheck --severity=error /usr/libexec/dgx-desktop-nvidia-xconfig.sh

echo "Shell script passed shellcheck validation"
