aboutsummaryrefslogtreecommitdiffstats
path: root/restrict_to_cpu0
diff options
context:
space:
mode:
Diffstat (limited to 'restrict_to_cpu0')
-rwxr-xr-xrestrict_to_cpu02
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"