+.config/yt-dlp.conf
[nethome.git] / bin / nn
1 #! /bin/sh
2 if [ -z "$*" ];then
3   echo >&2 "No PID"
4 elif [ "$1" = "-p" ];then
5   shift
6   exec chrt -i -p 0 "$@"
7 else
8   exec chrt -i 0 "$@"
9 fi