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