mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
edits
This commit is contained in:
1
ps.go
1
ps.go
@@ -56,6 +56,7 @@ func Quit(save int) ([]byte, error) {
|
|||||||
func Js(args ...string) ([]byte, error) {
|
func Js(args ...string) ([]byte, error) {
|
||||||
return run("dojs", args...)
|
return run("dojs", args...)
|
||||||
}
|
}
|
||||||
|
|
||||||
func Wait(msg string) {
|
func Wait(msg string) {
|
||||||
fmt.Print(msg)
|
fmt.Print(msg)
|
||||||
var input string
|
var input string
|
||||||
|
|||||||
Reference in New Issue
Block a user