I am on a role at the moment:
I wanted to create a shortcut to build and deploy my HUGO site from the Windows desktop. This involved calling rsync and hugo from a sh script in the linux subsystem, So I have a batch file that calls a shell script and that runs the commands back to back.
It works!
May do a post later on how it was achieved...
#hugo #blog #windows #wsl