日記スクリプト書いた

#! /bin/bash

FILENAME=`date +%Y%m%d`.txt
echo `date +%Y%m%d_%H-%M-%S` >> $FILENAME
echo -e "\n" >> $FILENAME
emacs $FILENAME