#!/bin/sh software="software.csv" if [ "$(id -u)" -ne 0 ] then echo "You must run this script as root" exit 1 fi echo "Welcome to the installer"