mysh 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mysh/commands/help.txt +3 -0
- data/lib/mysh/ruby.rb +1 -1
- data/lib/mysh/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01501618b236d9090c57fdb5fae6aaf32e70cf29
|
4
|
+
data.tar.gz: 587a78e2d6ebbc75a51582b657ab4d762e265919
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b144728170d05aee7d0adedb9497e5be3fcd500d3193bdd272e849112558f0791bc773a2ded6ec0bf85a3a23b6b1d14863ed1e5933b92c4915ca53d9aacf842b
|
7
|
+
data.tar.gz: ff0b834eb49545b7713d9f5cf10fc0bf451984b99ae3e4079b25a3537e54766e58274d25ac1db59b351d7ddb16bf00eda0dc1abbb999557e5676bb324ed8eec1
|
data/lib/mysh/commands/help.txt
CHANGED
@@ -12,3 +12,6 @@
|
|
12
12
|
- executed by the system using the standard shell.
|
13
13
|
- to force the use of the external shell, add a leading space to the command.
|
14
14
|
|
15
|
+
Note: If the command has a '.rb' extension it is executed by Ruby.
|
16
|
+
So the command "myfile.rb" is executed as "ruby myfile.rb"
|
17
|
+
|
data/lib/mysh/ruby.rb
CHANGED
data/lib/mysh/version.rb
CHANGED