4 lines
42 B
Bash
4 lines
42 B
Bash
|
#!/bin/sh
|
||
|
time nice -n 19 ionice -c 3 $1
|
||
|
|