first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / production / msys / bin / cls
1 #! /bin/sh
2 # Copyright (C) 2003, Earnie Boyd
3 #   mailto:earnie@users.sf.net
4 # This file is a part of Minimal SYStem (MSYS)
5 #   http://www.mingw.org/msys.shtml
6 # File: cls
7
8 #Clear the screen
9 echo -ne "\033[2J"