webbed-site/scripts/make-link

6 lines
90 B
Plaintext
Executable File

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