source: Daodan/MinGW/msys/1.0/bin/cls@ 1080

Last change on this file since 1080 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 209 bytes
Line 
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
9echo -ne "\033[2J"
Note: See TracBrowser for help on using the repository browser.