#!/bin/sh

set -e

xchpst --cpu-scheduler batch grep -E '^policy\s+:\s+3$' /proc/self/sched
xchpst --cpu-scheduler idle grep -E '^policy\s+:\s+5$' /proc/self/sched
