#!/bin/sh
cat EXAMPLES  | \
  sed 's/ gv / echo /g' | \
  sed 's/ inkscape / echo /g' | \
  sed 's/ display / echo /g' | \
  bash
