ssdug / CVPZ

GNU General Public License v3.0
16 stars 18 forks source link

adding .cmd files for the scripts that do similar tasks #51

Closed NotMyself closed 7 years ago

NotMyself commented 7 years ago

To build on what @dshimada did, I have added .cmd files to the docker scripts. This allows you to run scripts/docker_up in both bash and powershell and have it do the right thing. In bash, it will run the bash script. In powershell, it will run the .cmd script which calls out to the powershell script.

This means we can have one set of instructions for the readme file on running under docker.

I also removed the old linux* bash scripts that @joelt11753 added in favor of the scripts that @dshimada added.