spmenu-examples/install.sh

8 lines
212 B
Bash
Raw Normal View History

2023-06-17 15:26:28 +02:00
#!/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