Created
May 5, 2016 02:01
-
-
Save anonymous/ead450933cdc57e131c904ad83ed1eec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('shelljs/global'); | |
var links = require('./links'); | |
links.forEach(function(l){ | |
exec('pully' + ' https://www.youtube.com' + l + ' audio', {silent:true,async:true}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment