summaryrefslogtreecommitdiff
path: root/start.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'start.conf.example')
-rw-r--r--start.conf.example8
1 files changed, 0 insertions, 8 deletions
diff --git a/start.conf.example b/start.conf.example
deleted file mode 100644
index 6864da3..0000000
--- a/start.conf.example
+++ /dev/null
@@ -1,8 +0,0 @@
-### start single-quote escapes the url parts so place them inside single-quote or else!
-### (if you're given a bad link someone might be able to run shell commands)
-finger:printf "%%s\r\n" '%p' | ncat '%d' 79 | tr -d '\r' | xmessage -file -
-### new! subshells works
-whois:whois "$(printf '%%s\\\\n' '%d' | sed 's/^..*$/-h/')" '%d' '%p' | xmessage -file -
-irc:x-terminal-emulator -e irssi -c '%d' -p '%P'
-http:dillo '%U'
-DEFAULT:xdg-open '%U'