Skip to content

Commit 1bde08a

Browse files
committed
update
1 parent a70380f commit 1bde08a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Francisco Garcia <frosal@fi.upm.es>
2-
intika <intika@librefox.org>
32
MD. JAHIDUL HAMID <jahidulhamid@yahoo.com>
3+
intika <intika@librefox.org>

man.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1 id="description">DESCRIPTION</h1>
4444
<p>If you supply an expiration date with the <code>-e</code> option, the compiled binary will refuse to run after the date specified. The message <strong>Please contact your provider</strong> will be displayed instead. This message can be changed with the <code>-m</code> option.</p>
4545
<p>You can compile any kind of shell script, but you need to supply valid <code>-i</code>, <code>-x</code> and <code>-l</code> options.</p>
4646
<p>The compiled binary will still be dependent on the shell specified in the first line of the shell code (i.e. <code>#!/bin/sh</code>), thus <strong>shc</strong> does not create completely independent binaries.</p>
47-
<p><strong>shc</strong> itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shell <code>-c</code> option. Unfortunatelly, it will not give you any speed improvement as a real C program would.</p>
47+
<p><strong>shc</strong> itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shell <code>-c</code> option. Unfortunately, it will not give you any speed improvement as a real C program would.</p>
4848
<p><strong>shc</strong>'s main purpose is to protect your shell scripts from modification or inspection. You can use it if you wish to distribute your scripts but don't want them to be easily readable by other people.</p>
4949
<h1 id="options">OPTIONS</h1>
5050
<p>-e <em>date</em> : Expiration date in <em>dd/mm/yyyy</em> format <code>[none]</code></p>

man.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ thus **shc** does not create completely independent binaries.
2727
**shc** itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability.
2828
It then uses the system compiler to compile a stripped binary which behaves exactly like the original script.
2929
Upon execution, the compiled binary will decrypt and execute the code with the shell `-c` option.
30-
Unfortunatelly, it will not give you any speed improvement as a real C program would.
30+
Unfortunately, it will not give you any speed improvement as a real C program would.
3131

3232
**shc**'s main purpose is to protect your shell scripts from modification or inspection.
3333
You can use it if you wish to distribute your scripts but don't want them to be easily readable by other people.

shc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It then uses the system compiler to compile a stripped binary which
4040
behaves exactly like the original script.
4141
Upon execution, the compiled binary will decrypt and execute the code
4242
with the shell \f[C]\-c\f[] option.
43-
Unfortunatelly, it will not give you any speed improvement as a real C
43+
Unfortunately, it will not give you any speed improvement as a real C
4444
program would.
4545
.PP
4646
\f[B]shc\f[]\[aq]s main purpose is to protect your shell scripts from

0 commit comments

Comments
 (0)