webbed-site/scripts/make-link

6 lines
90 B
Plaintext
Raw Normal View History

if [ -z "${2}" ]; then
echo "<a href='$1'>$1</a>"
else
echo "<a href='$1'>$2</a>"
fi