Skip to content

Instantly share code, notes, and snippets.

View u9O's full-sized avatar
🍊
one day I will start eating orange

u9O

🍊
one day I will start eating orange
View GitHub Profile
@u9O
u9O / myscript.sh
Created June 3, 2020 21:40 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"

Download Audio from YouTube

-i - ignore errors

-c - continue

-t - use video title as file name

--extract-audio - extract audio track