spmenu-examples/install.sh
2023-06-17 15:26:28 +02:00

8 lines
212 B
Bash
Executable file

#!/bin/sh
# install.sh
# Install all scripts in the current directory.
#
# See LICENSE file for copyright and license details.
[ "$(id -u)" != "0" ] && printf "Run me as root.\n" && exit 1
cp -f spmenu* /usr/bin