mpv-rpc/install_lib.sh

10 lines
187 B
Bash
Raw Normal View History

2023-02-04 01:04:26 +01:00
#!/bin/bash
TARGET=$1
if [[ -z "$TARGET" ]]
then
TARGET="debug"
fi
echo "Copying library to mpv scripts directory..."
cp "target/$TARGET/libmpv_rpc.so" "$HOME/.config/mpv/scripts/"