diff options
author | David Runge <dave@sleepmap.de> | 2015-10-23 19:21:53 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-10-23 19:21:53 +0200 |
commit | 900735e12811881485237d8b788039a26b8acd78 (patch) | |
tree | 43af14771b56023b6e0b88a71a4c39fa3b122990 /bin | |
parent | 45d13bab55f00925a690d83bee454b425e3363ef (diff) | |
download | rts-900735e12811881485237d8b788039a26b8acd78.tar.gz rts-900735e12811881485237d8b788039a26b8acd78.tar.bz2 rts-900735e12811881485237d8b788039a26b8acd78.tar.xz rts-900735e12811881485237d8b788039a26b8acd78.zip |
bin: Moving script to bin directory.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rts | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/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 |