6 lines
66 B

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