.--. .--. .--. .--. .--. .--. .--. :::::.\::::::::.\::::::::.\::::::::.\::::::::.\::::::::.\::::::::.\ ' `--' `--' `--' `--' `--' `--' DATE : 2019.02.02 TIME : 17:51 AUTHOR : SNOWCRASH@SDF.ORG MOOD : PRODUCTIVE TITLE : PHLOG WRITING SCRIPT CREATED .--. .--. .--. .--. .--. .--. .--. :::::.\::::::::.\::::::::.\::::::::.\::::::::.\::::::::.\::::::::.\ ' `--' `--' `--' `--' `--' `--' After review some of the existing phlog writing tools I decided to take a crack at writing my own script. I wanted something simple that would: * Format the phlog with a header of my choice * Take my input and convert it to uppercase * Prompt for my current mood * Append the new entry to the top of the phlog directories gophermap * Open the new file in either vi or nano * Set the appropriate permissions To that end I think I was successful, and honestly it was a fun exercise to complete. If you are interested in seeing or using my script, it can be found in my "Scripts" directory and is name phlogwriter.sh. Download and chmod +x it and you should be good to go. -Snowcrash