Skip to content

Commit 83868aa

Browse files
authored
Update index.html q
1 parent 8ddca4f commit 83868aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/bash/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,7 @@ <h2>GNU Parallel - rush</h2>
20092009
# take latest and right architecture from: https://github.com/shenwei356/rush/releases
20102010
set -e
20112011
VERSION="v0.5.4"
2012+
VERSION="v0.6.1" # 2025-05-16
20122013
FILE="rush_darwin_arm64.tar.gz"
20132014
wget "https://github.com/shenwei356/rush/releases/download/${VERSION}/${FILE}"
20142015
tar -xvf "${FILE}"
@@ -2026,7 +2027,7 @@ <h2>GNU Parallel - rush</h2>
20262027
echo "" > "${PROCESS_WITH_PARALLEL_LOG}"
20272028
nohup /bin/bash -c "
20282029
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 {#} '{}'
20302031
" >> "${PROCESS_WITH_PARALLEL_LOG}" 2>&1 &
20312032
</script>
20322033
<h2>stdout stderr</h2>

0 commit comments

Comments
 (0)