Sha256: 603910583259e57e692e66a9fd14cebff6c2322c4a4ff02c483021fdecfc82dc

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

#!/bin/sh

for port in 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 ; do
  gnome-terminal --title "RC ${port}" -e "./launch-rc.sh ${port}"
done

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
selenium-rspec-dsl-1.0.2 vendor/selenium-grid-1.0.4/sample-scripts/launch-rcs.sh