[Assorted-commits] SF.net SVN: assorted: [561] shell-tools/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-02 18:10:51
|
Revision: 561 http://assorted.svn.sourceforge.net/assorted/?rev=561&view=rev Author: yangzhang Date: 2008-03-02 10:10:56 -0800 (Sun, 02 Mar 2008) Log Message: ----------- newer assorted.bash Modified Paths: -------------- shell-tools/trunk/README shell-tools/trunk/publish.bash Modified: shell-tools/trunk/README =================================================================== --- shell-tools/trunk/README 2008-03-02 18:10:51 UTC (rev 560) +++ shell-tools/trunk/README 2008-03-02 18:10:56 UTC (rev 561) @@ -1,6 +1,3 @@ -% Assorted Shell Tools -% Yang Zhang - Overview -------- @@ -128,19 +125,3 @@ - [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. - -Back to [assorted.sf.net]. - -[Yang Zhang]: http://www.mit.edu/~y_z/ -[assorted.sf.net]: http://assorted.sf.net/ Modified: shell-tools/trunk/publish.bash =================================================================== --- shell-tools/trunk/publish.bash 2008-03-02 18:10:51 UTC (rev 560) +++ shell-tools/trunk/publish.bash 2008-03-02 18:10:56 UTC (rev 561) @@ -1,5 +1,10 @@ -project=shell-tools -clean=false +#!/usr/bin/env bash + +fullname='Assorted Shell Tools' +version=0.1 +license=gpl3 websrcs=( README ) webfiles=() +rels=( src-tgz: ) +nodl=true . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |