Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Splint3r7
Created June 13, 2019 16:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Splint3r7/7bbdacea0d0dc006c26a9620e1781c33 to your computer and use it in GitHub Desktop.
Save Splint3r7/7bbdacea0d0dc006c26a9620e1781c33 to your computer and use it in GitHub Desktop.
#!/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