Skip to content

Instantly share code, notes, and snippets.

@ayu-mushi
Created November 18, 2017 13:48
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 ayu-mushi/58518085f5f8817f46bfcb0a81050aac to your computer and use it in GitHub Desktop.
Save ayu-mushi/58518085f5f8817f46bfcb0a81050aac to your computer and use it in GitHub Desktop.
MAILTO="ayu.mushi2015@gmail.com"
SHELL=/bin/zsh
PATH=/usr/local/lib/anaconda2/bin/:/opt/mozart/bin/:/usr/local/ghc-7.10/bin:/usr/local/ghc-7.8.4/bin:/usr/local/ghc-7.10.2/bin/:/usr/local/bin:~/.local/bin:/opt/local/bin:/usr/local/ghc-7.8/bin:~/.cabal/bin/:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin/
HOME=/home/ayu-mushi
LANG=ja_JP.UTF-8
LC_ALL=ja_JP.UTF-8
CONTENT_TYPE=text/plain; charset=UTF-8
# 日記のcronスクリプト
59 23 * * * cd $HOME/diary/; git add $(memoru get -n 0); git commit -m "$(date)"
0 0 * * * cd $HOME/diary/; date "+\%n\%n\%m月\%d日 (\%A)" >> $(memoru get -n 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment