#!/bin/sh
git.alt task ls \
	| grep FAIL \
	| sed 's/ FAIL.*//' \
	| sed 's/#//' \
	| xargs -n1 git.alt task run

