Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
trap 'PIPEFAIL=1' USR1
pipefail() {
kill -s USR1 "$$"
}
false || pipefail | cat
package main
import "fmt"
//import "runtime/debug"
import "os"
import "os/exec"
import "time"
import "strconv"
@mavenraven
mavenraven / ci.html
Last active September 23, 2015 14:36
<html>
<head>
<style>
iframe { border:0; }
</style>
<script>
setInterval(function() {
var x = document.getElementById("appveyor");
x.src = x.src;