Delete development scripts

This commit is contained in:
Ryze 2023-02-06 23:39:19 +03:00
parent d0f604d8b0
commit a3c387ad8f
2 changed files with 0 additions and 12 deletions

View file

@ -1,10 +0,0 @@
#!/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/"

View file

@ -1,2 +0,0 @@
#!/bin/bash
rm "$HOME/.config/mpv/scripts/libmpv_rpc.so" > /dev/null 2>&1