Delete development scripts
This commit is contained in:
parent
d0f604d8b0
commit
a3c387ad8f
2 changed files with 0 additions and 12 deletions
|
@ -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/"
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
rm "$HOME/.config/mpv/scripts/libmpv_rpc.so" > /dev/null 2>&1
|
Loading…
Reference in a new issue