Skip to content

Instantly share code, notes, and snippets.

View benburrill's full-sized avatar

Ben Burrill benburrill

  • Looking for a job
View GitHub Profile
@benburrill
benburrill / # binutils - 2020-07-28_01-40-54.txt
Created July 28, 2020 05:56
binutils on 3.10.0-957.12.1.el7.x86_64 - Homebrew build logs
Homebrew build logs for binutils on 3.10.0-957.12.1.el7.x86_64
Build date: 2020-07-28 01:40:54
#!/usr/bin/env bash
# Works around exes taking 10 seconds to start in the WSL if launched
# with a PWD that is in the linux filesystem.
old_pwd="$PWD"
# The <CommandParameters> seem to get concatenated together if you pass
# them to powershell, and I can't easily get proper escaping to work, so
# I'm just wrapping things in ' so it will at least you can have spaces.