#!/data/data/com.termux/files/usr/bin/sh # A utility script to install the required configuration files # in the Platypush configuration prefix CONFDIR="${CONFDIR:-$HOME/.config/platypush}" mkdir -p "$CONFDIR/scripts" install -m 600 config.yaml "$CONFDIR" install -m 600 mopidy_commands.py "$CONFDIR/scripts" install -m 600 mopidy_notifications.py "$CONFDIR/scripts"