Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Bash scripting on Windows #7717
Comments
|
Either use cygwin or convert to batch/python/powershell. |
I noticed that there are a number of bash scripts for youtube-dl. As I have just seen them, they have no extensions. It seems that all tutorials about bash scripts for youtube-dl and not only for it is specifically for unix like systems, that certainly supports bash scripting. These scripts adds additional functionality. It can be said that bash scripting is primarily designed for other os like linux, but not for Windows. So, how to use youtube-dl bash scripts on windows? Is it required to convert bash scripts to batch, or maybe Python source files? I don't know those things. Thanks in advance.