This website requires JavaScript.
Explore
Help
Sign In
nat
/
webbed-site
Watch
1
Star
0
Fork
3
You've already forked webbed-site
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
304789af94
webbed-site
/
scripts
/
make-link
6 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add optional name argument to make-link script
2024-10-06 06:13:48 -07:00
if [ -z "${2}" ]; then
echo "<a href='$1'>$1</a>"
else
echo "<a href='$1'>$2</a>"
fi
Reference in New Issue
Copy Permalink