Add the musictube script
authorColin P. Mccabe <colin@cmccabe.xyz>
Thu, 20 Dec 2018 00:12:03 +0000 (16:12 -0800)
committerColin P. Mccabe <colin@cmccabe.xyz>
Thu, 20 Dec 2018 00:12:36 +0000 (16:12 -0800)
musictube [new file with mode: 0755]

diff --git a/musictube b/musictube
new file mode 100755 (executable)
index 0000000..aa7ffcb
--- /dev/null
+++ b/musictube
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+# Download a file from youtube using the best audio quality.
+youtube-dl -f bestaudio ${@}