fix: rename binary to ssm

This commit is contained in:
2026-07-19 21:23:44 +08:00
parent fcaef77aea
commit fee5c34218
10 changed files with 56 additions and 56 deletions
+8
View File
@@ -0,0 +1,8 @@
// Command ssm is the CLI for scientific-surfing.
package main
import "gitea.epss.net.cn/klesh/ss/internal/cli"
func main() {
cli.Execute()
}