diff options
Diffstat (limited to 'restrict_to_cpu0')
-rwxr-xr-x | restrict_to_cpu0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/restrict_to_cpu0 b/restrict_to_cpu0 new file mode 100755 index 0000000..febc67a --- /dev/null +++ b/restrict_to_cpu0 @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/taskset -c 0 /bin/sh "$1" |