Skip to content

Instantly share code, notes, and snippets.

@officeokano
Last active February 19, 2018 11:59
Show Gist options
  • Save officeokano/8efd79b0f0b74f2a25368329b5ced2d7 to your computer and use it in GitHub Desktop.
Save officeokano/8efd79b0f0b74f2a25368329b5ced2d7 to your computer and use it in GitHub Desktop.
open
#!/bin/bash
# open command for WSL
cmd.exe /c explorer.exe $1 $2 $3 $4 $5 $6 $7 $8 $9 &
#!/bin/bash
# start command for WSL
cmd.exe /c explorer.exe $1 $2 $3 $4 $5 $6 $7 $8 $9 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment