1 2 3 4 5 6 7 8 9 10
#!/bin/sh # # Copyright 2011 Ettus Research LLC # # SPDX-License-Identifier: GPL-3.0 # if [ "$1" = "install" ]; then echo 'Installing UHD.' fi