#!/bin/sh
(
  echo "import $1"
  echo "solve"
  echo "solution \$" ) | /usr/bin/cbc 
