File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2009,6 +2009,7 @@ <h2>GNU Parallel - rush</h2>
2009
2009
# take latest and right architecture from: https://github.com/shenwei356/rush/releases
2010
2010
set - e
2011
2011
VERSION = "v0.5.4"
2012
+ VERSION = "v0.6.1" # 2025 - 05 - 16
2012
2013
FILE = "rush_darwin_arm64.tar.gz"
2013
2014
wget "https://github.com/shenwei356/rush/releases/download/${VERSION}/${FILE}"
2014
2015
tar - xvf "${FILE}"
@@ -2026,7 +2027,7 @@ <h2>GNU Parallel - rush</h2>
2026
2027
echo "" > "${PROCESS_WITH_PARALLEL_LOG}"
2027
2028
nohup / bin / bash - c "
2028
2029
ITERATOR_CAN_BE_PASSED_ALSO_THIS_WAY = { #} \
2029
- find testdir - type f | sort | parallel - j 3 / bin / bash run . sh { #} '{}'
2030
+ find testdir - type f | sort | rush - j 3 / bin / bash run . sh { #} '{}'
2030
2031
" >> " $ { PROCESS_WITH_PARALLEL_LOG } " 2>&1 &
2031
2032
</ script >
2032
2033
< h2 > stdout stderr</ h2 >
You can’t perform that action at this time.
0 commit comments