Skip to content

Commit

Permalink
- version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjk committed Mar 17, 2021
1 parent 00853a5 commit cc6e817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mlxsh.go
Expand Up @@ -72,7 +72,7 @@ func init() {
flag.Parse()

if version {
log.Println("mlxsh 0.5 (C) 2018 by Jörg Kost, jk@ip-clear.de")
log.Println("mlxsh 0.6 (C) 2021 by Jörg Kost, jk@ip-clear.de")
os.Exit(0)
}

Expand Down
8 changes: 4 additions & 4 deletions mlxsh.yaml
@@ -1,8 +1,8 @@
- Hostname: 192.168.1.76
Username: admin
Password: password
- Hostname: 192.168.1.66
Username: noc
Password: noc
EnablePassword: noc
DeviceType: SLX
DeviceType: MLX
KeyFile: /home/joergkost/.ssh/id_dsa
SpeedMode: False
Labels:
Expand Down
3 changes: 1 addition & 2 deletions scripts_go/cross_compile.sh
Expand Up @@ -5,5 +5,4 @@ env GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o bin/mlxsh *.go
env GOOS=windows GOARCH=amd64 go build -o bin/mlxsh.exe *.go
env GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o bin/mlxsh.mac *.go

# pack our executables
upx --force bin/*

0 comments on commit cc6e817

Please sign in to comment.