6 lines
64 B

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