From: Silvio Rhatto Date: Sat, 20 Feb 2021 11:01:33 +0000 (-0300) Subject: Feat: adds urlmd X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=85ef0c76775ec400794cb0daeb97b4d38118a6c2;p=scripts.git Feat: adds urlmd --- diff --git a/urlinfo b/urlinfo index cde32fa..2d6a287 100755 --- a/urlinfo +++ b/urlinfo @@ -34,6 +34,10 @@ else fi # Display -echo "- title: \"$DESC\"" -echo " identifier:" -echo " - $IDENTIFIER" +if [ "$BASENAME" == "urlinfo" ]; then + echo "- title: \"$DESC\"" + echo " identifier:" + echo " - $IDENTIFIER" +elif [ "$BASENAME" == "urlmd" ]; then + echo "[$TITLE]($URL)" +fi diff --git a/urlmd b/urlmd new file mode 120000 index 0000000..ea81d70 --- /dev/null +++ b/urlmd @@ -0,0 +1 @@ +urlinfo \ No newline at end of file