diff options
| author | resdb <resdb@d3v11-VM.(none)> | 2011-10-22 16:33:25 -0500 | 
|---|---|---|
| committer | resdb <resdb@d3v11-VM.(none)> | 2011-10-22 16:33:25 -0500 | 
| commit | 3cf0a3944dcbd1569895309265127f0abf285bb0 (patch) | |
| tree | 04cad3ef3bec292b7db9e3209322c2edf73df11c /contrib/splicex/LINUX | |
| parent | d64d988f061f1842bb63fb21599459d5d4a5e042 (diff) | |
| download | resdb-3cf0a3944dcbd1569895309265127f0abf285bb0.tar.gz resdb-3cf0a3944dcbd1569895309265127f0abf285bb0.zip | |
splicex additions made
Diffstat (limited to 'contrib/splicex/LINUX')
| -rw-r--r-- | contrib/splicex/LINUX/manual | 10 | ||||
| -rwxr-xr-x | contrib/splicex/LINUX/splicex.py | 15 | 
2 files changed, 18 insertions, 7 deletions
| diff --git a/contrib/splicex/LINUX/manual b/contrib/splicex/LINUX/manual index a0959e7..93ab06b 100644 --- a/contrib/splicex/LINUX/manual +++ b/contrib/splicex/LINUX/manual @@ -1,4 +1,12 @@ -.TH SpliceX "" "" "" "Brute Force Utilities For GNU/Linux" +.TH SpliceX "" "" "" "" +     __________        _ _         __  __    ______ +    / / / / ___| _ __ | (_) ___ ___\\ \\/ /   / / / / +   / / / /\\___ \\| '_ \\| | |/ __/ _ \\\\  /   / / / / +  / / / /  ___) | |_) | | | (_|  __//  \\  / / / / + /_/_/_/  |____/| .__/|_|_|\\___\\___/_/\\_\\/_/_/_/ +                |_| + +      .:Brute Force Utilities For GNU/Linux:.  .SH  OPTIONS diff --git a/contrib/splicex/LINUX/splicex.py b/contrib/splicex/LINUX/splicex.py index 8196423..7565d83 100755 --- a/contrib/splicex/LINUX/splicex.py +++ b/contrib/splicex/LINUX/splicex.py @@ -1,13 +1,14 @@  #!PYTHON  HELP = """ -    __________        _ _         __  __    ______ -   / / / / ___| _ __ | (_) ___ ___\ \/ /   / / / / -  / / / /\___ \| '_ \| | |/ __/ _ \\\\  /   / / / /  - / / / /  ___) | |_) | | | (_|  __//  \  / / / /   -/_/_/_/  |____/| .__/|_|_|\___\___/_/\_\/_/_/_/    -               |_| +      __________        _ _         __  __    ______ +     / / / / ___| _ __ | (_) ___ ___\ \/ /   / / / / +    / / / /\___ \| '_ \| | |/ __/ _ \\\\  /   / / / / +   / / / /  ___) | |_) | | | (_|  __//  \  / / / / +  /_/_/_/  |____/| .__/|_|_|\___\___/_/\_\/_/_/_/ +                 |_| +       .:Brute Force Utilities For GNU/Linux:.    --help                Show help display and exit @@ -109,6 +110,8 @@ LICENSE = """                  /_/_/_/  |____/| .__/|_|_|\___\___/_/\_\/_/_/_/                                    |_| +                     .:Brute Force Utilities For GNU/Linux:. +         SpliceX 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) | 
