This repository has been archived on 2023-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
2022-04-28 20:01:08 +02:00

8 lines
136 B
Go

package handler
import "github.com/bytedream/sshoneypot/sshoneypot/info"
func Clear(info *info.Info) {
info.Write("\033[H\033[2J")
}