ref: ee24c464cba91f2d9a09c3645d34a8275d4e908b
dir: /js/js_plan9.go/
package js
import (
"io"
"os"
)
func (js *JS) hangup() {}
func (js *JS) callSparkleCtl() (rwc io.ReadWriteCloser, err error) {
return os.OpenFile("/mnt/sparkle/ctl", os.O_RDWR, 0600)
}