ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
MinGW
/
msys
/
1.0
/
bin
/
cls
Revision:
1046
Committed:
Mon Aug 29 13:19:38 2016 UTC
(9 years, 2 months ago) by
alloc
File size:
209 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file
File Contents
#
Content
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"