add png-jpg function

This commit is contained in:
Ray Elliott 2021-11-04 10:36:48 +00:00
parent 2b4fc7270c
commit 12724a59af
1 changed files with 2 additions and 16 deletions

View File

@ -77,22 +77,8 @@ mc() {
}
# TODO testing
ytdl-ct() {
ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh $1'"
}
# TODO testing
ytdl-ct-audio() {
ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh --config-location ~/.config/youtube-dl/config-audio-only $1'"
}
git-re() {
repo="$1"
dir="$2"
if [ -z "$dir" ] ; then
dir="$repo"
fi
git clone ssh://git@git.rayelliott.dev:3222/rayelliott/"$repo".git "$dir"
png-jpg() {
convert "$1" "${1%.*}".jpg
}
ch() {