spmenu/scripts/examples/install.sh

4 lines
95 B
Bash
Raw Normal View History

#!/bin/sh
[ "$(id -u)" != "0" ] && printf "Run me as root.\n" && exit 1
cp -f spmenu* /usr/bin