#!/bin/sh

grep Refines $1 | cut -d ' ' -f 2 > $1.refines
