MakKi (makki_d)

Results 1 issues of MakKi (makki_d)

Run this program by air: ``` package main import ( "time" ) func main() { time.Sleep(10 * time.Second) } ``` air execute the `sh` as a sub process wrapping the...