There was an error while loading. Please reload this page.
1 parent 3ee8973 commit 51b78ffCopy full SHA for 51b78ff
1 file changed
tools/wsl-run.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+source `dirname ${BASH_SOURCE[0]}`/../.github/scripts/config.sh
4
5
+set +e
6
7
+echo "Launching $@"
8
+WSLENV="$WSLENV:PATH/p" $@
9
+echo "Result: $?"
0 commit comments