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