Skip to content

Instantly share code, notes, and snippets.

@Mossuru777
Created April 20, 2015 15:11
Show Gist options
  • Save Mossuru777/4437f0bf37b5c37f71fe to your computer and use it in GitHub Desktop.
Save Mossuru777/4437f0bf37b5c37f71fe to your computer and use it in GitHub Desktop.
@echo off
for /f "usebackq tokens=*" %%i in (`cygpath '%CD%'`) do set RESULT=%%i
C:
chdir C:\cygwin64\bin
bash -l -c "cd '%RESULT%';bash -"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment