Reputation: 67
Is there any simulator in witch I can write shell scripts, and run them that works on windows? Or something like terminal simulator for windows?
Upvotes: 1
Views: 1184
Reputation: 122001
Cygwin
would provide the functionality you require, along with a host of other Unix utilities.
Upvotes: 3
Reputation: 536
Did you think about cygwin? It's a port of most common GNU utils including bash for windows.
Upvotes: 3