summaryrefslogtreecommitdiffstats
path: root/tuned
diff options
context:
space:
mode:
Diffstat (limited to 'tuned')
-rwxr-xr-xtuned7
1 files changed, 7 insertions, 0 deletions
diff --git a/tuned b/tuned
new file mode 100755
index 0000000..190b8e8
--- /dev/null
+++ b/tuned
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+
+from tuned import tuned
+
+tuned.init(".")
+tuned.run()
+tuned.cleanup()