#!/bin/sh
# Make the 'clear' command work, by invoking command.com/cmd.exe 'cls'

$COMSPEC //C cls
