#! /bin/bash

file=${1-index.html}

co -l $file
vi $file
