shithub: mycel

ref: 5598e0c61213eb2a893bad4625005b72d2b5ecf0
dir: /js/js_plan9.go/

View raw version
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)
}