From: Joey Hess Date: Mon, 5 Dec 2011 21:26:46 +0000 (-0400) Subject: factor out runsh X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/48204df369a5931a4bf3c9e153e54727ada7c9f1?hp=48204df369a5931a4bf3c9e153e54727ada7c9f1 factor out runsh A common function to run shell commands, with a nice little optimisation for "true" and "false". That optimisation speeds up "mr list" by 2 seconds here. ---