ytdlcue + ytm misc

This commit is contained in:
2022-10-09 12:58:49 +08:00
parent 292e15199c
commit accce0dddb
4 changed files with 119 additions and 4 deletions

15
install/ytdlcue Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
##makedesc: Install ytdlcue
# https://gist.github.com/anthonyaxenov/8e11f18493c8419ee7abc94a8ea0cfaf
echo
echo "==============================================="
echo "Installing ytdlcue..."
echo "==============================================="
echo
install_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
tools_dir="`dirname $install_dir`/tools"
cp "${tools_dir}/ytdlcue.sh" "${HOME}/.local/bin/ytdlcue"
sudo chmod +rx "${HOME}/.local/bin/ytdlcue"