simple interface to bwlimit.py module
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 1 May 2006 14:16:34 +0000 (14:16 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 1 May 2006 14:16:34 +0000 (14:16 +0000)
python/bwlimit [new file with mode: 0755]

diff --git a/python/bwlimit b/python/bwlimit
new file mode 100755 (executable)
index 0000000..0630377
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+import bwlimit
+
+if __name__ == '__main__':
+    bwlimit.main()