mirror of https://github.com/9001/r0c.git
3 lines
46 B
Bash
3 lines
46 B
Bash
|
#!/bin/bash
|
||
|
nice -n 19 python3 stress.py "$@"
|