diff --git a/weather b/weather new file mode 100755 index 0000000..1c385a2 --- /dev/null +++ b/weather @@ -0,0 +1,2 @@ +#!/bin/sh +curl wttr.in/`echo $* | sed 's/ /%20/'` diff --git a/youtube-mp3-album b/youtube-mp3-album new file mode 100755 index 0000000..73902a9 --- /dev/null +++ b/youtube-mp3-album @@ -0,0 +1,2 @@ +#!/bin/sh +yt-dlp --extract-audio --split-chapters --audio-format mp3 -f best -o "chapter:%(section_number)s - %(section_title)s.%(ext)s" $1