summaryrefslogtreecommitdiff
path: root/smartt-top/t
diff options
context:
space:
mode:
Diffstat (limited to 'smartt-top/t')
-rwxr-xr-xsmartt-top/t6
1 files changed, 6 insertions, 0 deletions
diff --git a/smartt-top/t b/smartt-top/t
new file mode 100755
index 0000000..3842ee0
--- /dev/null
+++ b/smartt-top/t
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Wow, using $* causes great pain with embedded spaces in arguments.
+# The "$@" won't break that into 2 arguments.
+#
+LD_LIBRARY_PATH=proc exec ./top "$@"