[Assorted-commits] SF.net SVN: assorted: [532] shell-tools/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 06:58:38
|
Revision: 532 http://assorted.svn.sourceforge.net/assorted/?rev=532&view=rev Author: yangzhang Date: 2008-02-28 22:58:38 -0800 (Thu, 28 Feb 2008) Log Message: ----------- more updates to readme Modified Paths: -------------- shell-tools/trunk/README Modified: shell-tools/trunk/README =================================================================== --- shell-tools/trunk/README 2008-02-29 06:37:49 UTC (rev 531) +++ shell-tools/trunk/README 2008-02-29 06:58:38 UTC (rev 532) @@ -5,14 +5,15 @@ -------- Assorted Shell Tools is a collection of scripts and compiled programs that are -useful for shell scripting. These include: +useful for shell scripting. This package also contains a common include file +of various useful functions and variables. -This package also contains a common include file of various small functions and -variables (such as color escapes). +Note that many of these tools are shell scripts that were *not* written with +portability in mind. -It also contains some miscellaneous items, including `assorted.bash` for -managing websites. However, this will eventually be moved into the -`assorted-site` project. +This package also contains some miscellaneous items, including `assorted.bash` +for managing websites. However, these will eventually be moved into other +projects. These are intentionally not covered in the documentation. Requirements ------------ @@ -117,9 +118,20 @@ [build system]: http://assorted.sf.net/simple-build/ +Links +----- + +- [Advanced Bash Scripting](http://www.faqs.org/docs/abs/HTML/): huge guide to + the beautiful montrosity that is bash. + License ------- +Assorted Shell Tools is released under the [GNU GPL]. + +Contact +------- + Copyright 2008 [Yang Zhang]. All rights reserved. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |