hybridgroup / gophercon-2017

Hardware hack day support info for Gophercon 2017 and beyond!
https://gobot.io
MIT License
26 stars 22 forks source link

Created runner.cmd file to assist in compiling and pushing files on Windows #16

Closed cklenetsky closed 8 years ago

cklenetsky commented 8 years ago

Created runner.cmd file to assist in compiling and pushing files when running on a Windows machine. If you have scp and ssh on the machine, no changes are necessary. If you are using putty, change the SCP and SSH variables to pscp and plink, respectively.

deadprogram commented 8 years ago

Thanks for this. I need to update the bash-based runner to provide usage instructions as well.