All Questions
Tagged with bash javascript
2 questions
2
votes
1
answer
3k
views
Chrome extension to get youtube video's URL
I needed something that would get the URL of a chosen video from YouTube and store it in a file.
Since I didn't find a way to write/edit an existing file with the URL alone, I had to use a patchwork ...
2
votes
1
answer
222
views
CommonJS modules/require at build-time with bash and M4
I've implemented CommonJS Modules 1.1.1 as a simple bash script with a bit of help from M4.
I'm interested in comments on the shell scripting and the javascript output.
Some specific questions on ...