mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
c0340bdbb9
commit
d0a42c967d
@ -9,7 +9,8 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
args := []string{"ssh.connect", "open", "authfile", path.Join(os.Getenv("HOME"), ".ssh/"+path.Base(os.Args[0])+".json")}
|
||||
args := []string{"ssh.connect", "open", "authfile", path.Join(os.Getenv("HOME"), ".ssh/" path.Base(os.Args[0])".json")}
|
||||
args = append(args, os.Args[1:]...)
|
||||
print(ice.Run(args...))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user