#!/bin/bash if lsusb | grep -q "Corsair" then pgrep -x ckb-next > /dev/null || ckb-next -b & fi