File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ you will see:
12
12
```
13
13
scalive-1.0/
14
14
scalive
15
- scalive.bat
15
+ scalive.cmd
16
16
scalive-1.0.jar
17
17
18
18
scala-library-2.10.2.jar
@@ -33,7 +33,7 @@ corresponding JARs and save them as above.
33
33
34
34
## Usage
35
35
36
- Run the shell script ` scalive ` (* nix) or ` scalive.bat ` (Windows).
36
+ Run the shell script ` scalive ` (* nix) or ` scalive.cmd ` (Windows).
37
37
38
38
To see a list of running JVM processes and their process IDs:
39
39
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is the directory that will be zipped when Scalive is released.
7
7
8
8
zip/
9
9
scalive
10
- scalive.bat
10
+ scalive.cmd
11
11
scalive_2.10-1.0-SNAPSHOT.jar -> ../../target/scala-2.10/scalive_2.10-1.0-SNAPSHOT.jar
12
12
13
13
scala-library-2.10.2.jar
File renamed without changes.
You can’t perform that action at this time.
0 commit comments