Skip to content

Instantly share code, notes, and snippets.

@tonidy
Created December 9, 2016 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonidy/011f2648bf5167899d7be65dd53bb130 to your computer and use it in GitHub Desktop.
Save tonidy/011f2648bf5167899d7be65dd53bb130 to your computer and use it in GitHub Desktop.
@echo off
IF [%1] == [] GOTO paramEmpty
egghead-downloader -c https://egghead.io/courses/%1 %1
:paramEmpty
echo.Please set parameter
echo.Example: egd courseName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment