Created
June 13, 2019 16:04
-
-
Save Splint3r7/7bbdacea0d0dc006c26a9620e1781c33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "<title>Generated hyper Link URLS</title>" >> $1-urls.html | |
cat $1 | while read urls; do | |
echo "<a href=${urls}>${urls}</a></br></br>" >> $1-urls.html | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment