#!/usr/bin/env bash #Applies real-time kernel specific settings found in /etc/rts.d/* if [ "$1" ]; then . /etc/rts/"$1" else . /etc/rts/rts fi