Skip to content

Instantly share code, notes, and snippets.

View dkchiem's full-sized avatar

Dan Chiem dkchiem

View GitHub Profile
@dkchiem
dkchiem / create-comments.md
Created June 9, 2020 03:50
Create organized comments

Create comments

This will generate a comment to put into code files

read -p 'Title: ' text
read -p 'Number of characters on each side [default 10]: ' sideCharacters
read -p 'Prefix [enter for none]: ' prefix
echo This is the generated comment for \""${text}"\":
echo