Skip to content

Commit

Permalink
Add scripts into elastic job cloud example.
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Nov 23, 2016
1 parent d84557f commit 7074483
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
</fileSet>
<fileSet>
<directory>src/main/resources/script</directory>
<outputDirectory>script</outputDirectory>
<fileMode>0755</fileMode>
</fileSet>
</fileSets>

<dependencySets>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@echo test %*
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo sharding execution context is $*

0 comments on commit 7074483

Please sign in to comment.