Skip to content

Commit 37b7189

Browse files
committed
Make script executable
1 parent defa47b commit 37b7189

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

ChangeLog

+13-14
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,29 @@ CHANGES
4444

4545
* zsh support
4646
* Fix issue #13 (https://github.com/neurobin/shc/issues/13)
47-
47+
4848

4949
3.9.2 Fri Aug 21 16:12:33 BDT 2015
50-
50+
5151
Added BusyBox support with patch taken from:
5252
https://onedrive.live.com/prev?cid=18a41d08a9f3c543&id=18A41D08A9F3C543!231&authkey=!AJQ6Iah_5D3WJ60&v=TextFileEditor
5353
as suggested by https://github.com/marcoburatto
5454

5555
3.9.1 Fri Apr 03 00:22:11 GMT 2015
56-
56+
5757
Renamed option -T to -U and reversed it's logic.
5858
So now, the executable prepared will execute without using sudo,
5959
by default.
6060

6161

62-
3.9.0 Wed Apr 01 08:35:22 AM GMT 2015
62+
3.9.0 Wed Apr 01 08:35:22 AM GMT 2015
6363

6464
(http://github.com/neurobin)
6565
Added output file option with [-o filename]
6666
and fixed bug on make install (manual install failed)
6767
Now you can access manual by entering command: man shc
6868
in a terminal.
69-
69+
7070

7171

7272
3.8.9 Wed Apr 25 09:24:25 CEST 2012
@@ -122,8 +122,8 @@ CHANGES
122122
- Fixed bug: "rlax" used after encryption.
123123

124124
Thanks to Nalneesh Gaur <[email protected]> for:
125-
- Read permision of the script.x exposes it to disassembling.
126-
- Group and others read permision is now removed by default.
125+
- Read permission of the script.x exposes it to disassembling.
126+
- Group and others read permission is now removed by default.
127127

128128

129129

@@ -227,16 +227,15 @@ SCO, both not used now.
227227
3.0b1 Wed Feb 26 14:27:22 WET 1997
228228

229229
The main difference with 2.4 is that in it the script was
230-
compressed an then shuffle around, now int 3.0 the script is encripted
231-
with an inline code, so not needend any external comand to work, and been
232-
faster at startup. Other related adventage is that the only information
233-
not encripted in .x.c is an stamp, expiration date and provider email
230+
compressed an then shuffle around, now int 3.0 the script is encrypted
231+
with an inline code, so not needing any external command to work, and been
232+
faster at startup. Other related advantage is that the only information
233+
not encrypted in .x.c is an stamp, expiration date and provider email
234234
address.
235235

236-
Something equivalent to cheksums have been used to enforced at
236+
Something equivalent to checksums have been used to enforced at
237237
execution that the executing shell has not been modified from the time
238-
the script was compiled. If anybody tries to change the excuting shell,
238+
the script was compiled. If anybody tries to change the executing shell,
239239
.x will refuse to execute.
240240

241241
The generated .x.c source code is now readable.
242-

test/pru.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)