summaryrefslogtreecommitdiff
path: root/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'README.Debian')
-rw-r--r--README.Debian17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.Debian b/README.Debian
new file mode 100644
index 0000000..1eec321
--- /dev/null
+++ b/README.Debian
@@ -0,0 +1,17 @@
+gmrun for Debian
+----------------
+
+Please see /etc/gmrunrc for an example configuration file.
+Place it in ~/.gmrunrc if you wish to customize gmrun.
+
+Also of note is that in order to use complex commands like:
+
+"cat ~/.xsession | grep ssh | sh > /dev/null 2>&1"
+
+you must use the "shell" URL; ie, type in:
+
+shell:cat ~/.xsession | grep ssh | sh > /dev/null 2>&1
+
+This will pass the command to 'sh -c'.
+
+ -- David B Harris <david@eelf.ddts.net>, Wed, 8 Aug 2001 08:05:49 -0400