mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 14:36:44 +00:00
7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/sh
|
|
|
|
# Get the default robot's hostname
|
|
robotHost=`jibo robot-list|grep '*'|awk '{print \$3 }'`;
|
|
|
|
open http://$robotHost:4444/
|