tuning
This commit is contained in:
parent
d141ebdb43
commit
c5385d3133
@ -1,5 +1,5 @@
|
||||
vncroulette() {
|
||||
host="$(curl -sS "https://computernewb.com/vncresolver/api/scans/vnc/random" | jq -r '.["ip","port"]' | tr '\n' ':' | sed 's/:$//')"
|
||||
local host="$(curl -sS "https://computernewb.com/vncresolver/api/scans/vnc/random" | jq -r '.["ip","port"]' | tr '\n' ':' | sed 's/:$//')"
|
||||
echo "Connecting to ${host}..."
|
||||
vncviewer "${host}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user