mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
3b3c344097
niceload: rewritten to GetOpt and first testsuite.
12 lines
190 B
Bash
12 lines
190 B
Bash
#!/bin/bash
|
|
|
|
echo '### Test niceload'
|
|
niceload -s 1 perl -e '$|=1;do{$l==$r or print "."; $l=$r}until(($r=time-$^T)>10)'
|
|
echo
|
|
|
|
#echo '### Test niceload -p'
|
|
#sleep 3 &
|
|
#nice-load -v -p $!
|
|
|
|
|