From 796739577264cd143b50dc7cd5302cd8ab49ca08 Mon Sep 17 00:00:00 2001 From: Philip Knirsch Date: Mon, 2 Feb 2009 12:33:41 +0100 Subject: - Initial stuff --- tuned | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tuned (limited to 'tuned') 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() -- cgit