#!/usr/koeki/bin/ruby # coding: utf-8 hana = "flower.jpg" pid = fork { exec "display -geometry +0-0 #{hana}"} sleep 10 Process.kill(:INT, pid)