aboutsummaryrefslogtreecommitdiff
path: root/weed/command/signal_handling_notsupported.go
blob: dfcc24a3e2d2dc11ca79911fe9d5aa95a08727eb (plain)
1
2
3
4
5
6
// +build plan9

package command

func OnInterrupt(fn func()) {
}