4 lines
101 B
Bash
Executable File
4 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
me=$(whoami)
|
|
exec sudo /bin/nice --adjustment=-20 su $me -c "exec python3 -O rk_island.py"
|