diff options
author | rsc <devnull@localhost> | 2004-03-02 23:16:37 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-02 23:16:37 +0000 |
commit | 4cdbf87a154928e15306f7cf0322dc5a903413e7 (patch) | |
tree | 3e00de77cc711c3d2031b605845ce7e3e6bce72c /plumb | |
parent | af78a4cd2b73800af86db8d999d80b1ef0e9bd75 (diff) | |
download | plan9port-4cdbf87a154928e15306f7cf0322dc5a903413e7.tar.gz plan9port-4cdbf87a154928e15306f7cf0322dc5a903413e7.tar.bz2 plan9port-4cdbf87a154928e15306f7cf0322dc5a903413e7.zip |
Remove a debugging print, more cleanup.
Diffstat (limited to 'plumb')
-rw-r--r-- | plumb/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumb/basic b/plumb/basic index 23fd7adc..c99eeb13 100644 --- a/plumb/basic +++ b/plumb/basic @@ -123,6 +123,6 @@ plumb start gv $data type is text data matches '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=@]+([:.][@a-zA-Z0-9_?,%#~&/\-+=]+)*' plumb to web -plumb start /usr/rsc/bin/web $0 +plumb start web $0 # plumb start winstart iexplore -new $0 |