Skip to content

Instantly share code, notes, and snippets.

View Xeunt's full-sized avatar
🐵
I may be slow to respond.

Chad Xeunt

🐵
I may be slow to respond.
View GitHub Profile
@Xeunt
Xeunt / gitkraken-wsl-bash.bat
Created July 21, 2021 23:00 — forked from carlolars/gitkraken-wsl-bash.bat
Use bash from WSL as sh.exe for GitKraken (5.0.4) for Windows
@echo off
REM Make sure that the path to the script is correct!
@bash -l -c "~/bin/gitkraken-wsl-bash.sh %*"