descriptionmiscellaneous shell scripts
ownerslakmagik@gmail.com
last changeTue, 8 Jun 2010 18:51:19 +0000 (8 14:51 -0400)
content tags
add:
readme

This may become a collection of miscellaneous scripts. It's primarily a git test.

Unless otherwise noted, scripts with /bin/sh in the shebang line have been (apparently successfully) run with ash, bash, dash, ksh, posh, zsh, and the 'heirloom' shell on Slackware. Note that while many scripts may have been 'sh' scripts at one point, virtually all were most recently 'bash' scripts but are being converted (back) to shell. No promises are made with regard to GNUisms in the use of the rest of the toolkit, though.

readme2html
converts a maintainer's SlackBuild READMEs into an HTML page. This won't run properly under zsh unless zsh is invoked as 'sh' or is run as 'zsh -y'. There are also theoretical issues with the Heirloom shell and the 'export var=val' syntax that can be present in sbopkg.conf, but that shouldn't be a practical issue. This is Slackware/SBo-specific and even assumes sbopkg.

The above scripts are under the 'zlib' license. Basically: do whatever you want with it except don't claim you wrote it; if you change it, don't claim I wrote what you changed; and, if it breaks, you get to keep both pieces. For the full text:


Copyright (c) 2010 slakmagik <slakmagik@gmail.com>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in
a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
distribution.

shortlog
2010-06-08 slakmagikfinished the heirloom shell workaroundmaster
2010-06-08 slakmagikadded readme2html as initial commit
heads
13 years ago master