6 lines
63 B

// +build plan9
package util
func OnInterrupt(fn func()) {
}