Skip to content

Instantly share code, notes, and snippets.

@TakashiUNUMA
Created March 28, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakashiUNUMA/27ecbca7530d0c9746e0bae2466a3235 to your computer and use it in GitHub Desktop.
Save TakashiUNUMA/27ecbca7530d0c9746e0bae2466a3235 to your computer and use it in GitHub Desktop.
README のひな形を Markdown 形式で出力する bash script です.
#!/bin/bash
echo "# README #"
echo ""
echo "original document was written by USERNAME"
echo "last modified: `LANG=en_US ; date +"%d %B %Y"`"
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment