aboutsummaryrefslogtreecommitdiff
path: root/pq4ps-list
diff options
context:
space:
mode:
Diffstat (limited to 'pq4ps-list')
-rwxr-xr-xpq4ps-list6
1 files changed, 6 insertions, 0 deletions
diff --git a/pq4ps-list b/pq4ps-list
new file mode 100755
index 0000000..4a082fe
--- /dev/null
+++ b/pq4ps-list
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cmd=$(echo $0 | sed -e 's/\-list$//g')
+pl=$0.pl
+
+bash -c "$($pl $($cmd --list))"