Skip to content

Commit 86ce6ab

Browse files
committed
Scripts modified
1 parent 17a0875 commit 86ce6ab

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: Scripts_Data/command.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java">alljavafiles.lst

Diff for: Scripts_Data/command.shell

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java">alljavafiles.lst

Diff for: TestProjectBuggramRef/command.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java" > alljavafiles.lst

Diff for: TestProjectBugramSelf/command.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java" > alljavafiles.lst

0 commit comments

Comments
 (0)