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

Scripts_Data/command.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java">alljavafiles.lst

Scripts_Data/command.shell

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java">alljavafiles.lst

TestProjectBuggramRef/command.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java" > alljavafiles.lst

TestProjectBugramSelf/command.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
find $PWD -name "*.java" > alljavafiles.lst

0 commit comments

Comments
 (0)