5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/bin/sh
|
||
|
nice -n 19 ./regress.pl \
|
||
|
--verbose 1 \
|
||
|
-a 1
|