29 lines
989 B
Markdown
29 lines
989 B
Markdown
<!--
|
|
Copyright (C) 2014 Mike Gerwitz
|
|
|
|
This file is part of pkgsh.
|
|
|
|
Copying and distribution of this file, with or without modification, are
|
|
permitted in any medium without royalty provided the copyright notice and
|
|
this notice are preserved. This file is offered as-is, without warranty
|
|
of any kind.
|
|
-->
|
|
|
|
# pkgsh
|
|
Simply pronounced *package*, `pkgsh` is a library to aid in the factoring of
|
|
large programs written in shell.
|
|
|
|
**This project is under active development; please check back later.**
|
|
|
|
|
|
## License
|
|
pkgsh is free software: you can redistribute it and/or modify it under the
|
|
terms of the GNU General Public License as published by the Free Software
|
|
Foundation, either version 3 of the License, or (at your option) any later
|
|
version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|