Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f89ccd99
Commit
f89ccd99
authored
Mar 09, 2004
by
Mark Andrews
Browse files
allow the full url to be specified.
parent
000c4ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/draft/update
View file @
f89ccd99
#!/bin/sh
for
i
do
z
=
`
expr
"
$i
"
:
'http://www.ietf.org/internet-drafts/\(.*\)'
`
if
test
-n
"
$z
"
then
i
=
"
$z
"
fi
if
test
-f
"
$i
"
then
continue
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment