1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3pid=$(ps -o ppid= $$) 4echo "Affinity of threads:$(taskset -c -p $pid | cut -d ':' -f 2)" 5