rk_island/rk_island-profile.sh
2022-08-28 05:09:52 +02:00

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"