#!/bin/sh -v which ruby require 'open-uri' url = "https://house.goo.ne.jp/chiiki/souba/tokyo/" open(url) do |file| puts file.read end