Created
November 18, 2017 13:48
-
-
Save ayu-mushi/58518085f5f8817f46bfcb0a81050aac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAILTO="[email protected]" | |
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