Showing
1 changed file
with
41 additions
and
2 deletions
1 | -SYSACTIONS | |
2 | -========== | |
1 | +# sysactions | |
2 | + | |
3 | +Shell functions to gather informations on a system... (probably as a base | |
4 | +for a deployment tool). | |
5 | + | |
6 | +## Synopsis | |
7 | + | |
8 | + run.sh | |
9 | + | |
10 | +## Description | |
3 | 11 | |
4 | 12 | This is a bunch of shell func that gather as much information as |
5 | 13 | possible about a system and adds the ability to perfom actions |
... | ... | @@ -12,3 +20,34 @@ are already familiar with shell scripting so this might be ideal. |
12 | 20 | |
13 | 21 | Well, I end up with a really not to bad amount of informations I |
14 | 22 | could gather pretty easy. |
23 | + | |
24 | +## Requirements | |
25 | + | |
26 | +Tested with bash ... probably not working with other shells. | |
27 | + | |
28 | +## Dependencies | |
29 | + | |
30 | +Probably some... | |
31 | + | |
32 | +## Contributing | |
33 | + | |
34 | +Just email me. | |
35 | + | |
36 | +## License | |
37 | + | |
38 | + This program is free software: you can redistribute it and/or modify | |
39 | + it under the terms of the GNU General Public License as published by | |
40 | + the Free Software Foundation, either version 3 of the License, or | |
41 | + (at your option) any later version. | |
42 | + | |
43 | + This program is distributed in the hope that it will be useful, | |
44 | + but WITHOUT ANY WARRANTY; without even the implied warranty of | |
45 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
46 | + GNU General Public License for more details. | |
47 | + | |
48 | + You should have received a copy of the GNU General Public License | |
49 | + along with this program. If not, see <http://www.gnu.org/licenses/>. | |
50 | + | |
51 | +## Author | |
52 | + | |
53 | +Georg Hopp <georg@steffers.org> | ... | ... |
Please
register
or
login
to post a comment