diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-02-20 08:01:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-02-20 08:01:33 -0300 |
commit | 85ef0c76775ec400794cb0daeb97b4d38118a6c2 (patch) | |
tree | 32f52e650f28a28c7d7c5329b7650c9824bc08b5 | |
parent | 4df464ed28d6b912b5cd363904a0f06fa7c3f71b (diff) | |
download | scripts-85ef0c76775ec400794cb0daeb97b4d38118a6c2.tar.gz scripts-85ef0c76775ec400794cb0daeb97b4d38118a6c2.tar.bz2 |
Feat: adds urlmd
-rwxr-xr-x | urlinfo | 10 | ||||
l--------- | urlmd | 1 |
2 files changed, 8 insertions, 3 deletions
@@ -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 @@ -0,0 +1 @@ +urlinfo
\ No newline at end of file |