?? source.sh
字號:
echo "<!doctype html public '-//w3c//dtd html 4.0 transitional//en'>" > source.htmlecho "<html>" >> source.htmlecho "<head>" >> source.htmlecho "<meta name='description' content='Ostermiller Java utilities source code.'>" >> source.htmlecho "<meta name='keywords' content='java, java, java, util, utils, utilities, source, code, open source, source code, gpl, gnu, general public license'>" >> source.htmlecho "<title>Java Utilities Source Code</title>" >> source.htmlecho "<base href='http://ostermiller.org/utils/'>" >> source.htmlecho "<body text='#000000' bgcolor='#FFFFFF' link='#0000FF' vlink='#800080' alink='#FF0000'>" >> source.htmlecho "<h1><a href="http://ostermiller.org/utils/">Java Utilities</a> Source Code</h1>" >> source.htmlecho "<ul>" >> source.htmlfor file in *.*.htmldoecho "<li><a href='$file'>${file%.html}</a></li>" >> source.htmldoneecho "</ul>" >> source.htmlecho "" >> source.htmlecho "<h2><a href='./'>Download and Information</a></h2>" >> source.htmlecho "" >> source.htmlecho "<h2><a name='license'>License</a></h2>" >> source.htmlecho "" >> source.htmlecho "<P>Copyright (c) 2001-2004 by <a href='http://ostermiller.org/contact.pl?regarding=Java+Utilities'>Stephen Ostermiller</a></P>" >> source.htmlecho "" >> source.htmlecho "<p>This library is free software; you can redistribute it and/or modify" >> source.htmlecho "it under the terms of the GNU General Public License as published" >> source.htmlecho "by the Free Software Foundation; either version 2 of the License or (at" >> source.htmlecho "your option) any later version.</P>" >> source.htmlecho "" >> source.htmlecho "<p>This program is distributed in the hope that it will be useful, but" >> source.htmlecho "WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" >> source.htmlecho "or FITNESS FOR A PARTICULAR PURPOSE. See the" >> source.htmlecho "<a href='http://www.gnu.org/copyleft/gpl.html'>GNU General Public License</a> for more details.</p>" >> source.htmlecho "</div>" >> source.htmlecho "</body>" >> source.htmlecho "</html>" >> source.html
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -